Hi panomira,
the Java bindings are not yet in Maven central. However, you can easily build it yourself and install in your local repository. If you have Maven installed, all you need to do is:
git clone https://github.com/openskynetwork/opensky-api.git
cd opensky-api/java
mvn install
Hope that helps!