bitvavo / java-bitvavo-api

Java wrapper for the Bitvavo API
ISC License
9 stars 13 forks source link

maven dependency not working #2

Closed remcobIT closed 4 years ago

remcobIT commented 4 years ago

I'm having a problem with installing the dependency: it coudn't be found. I checked also the central repository and it's not there. Could this be fixed? Or do I something wrong?

joeri-vv commented 4 years ago

This SDK is not in the central repository, so you should download it by cloning the git repo. Once you have the git repo locally, you can install with maven through "mvn clean install". Now you can use the dependency as specified in the install section of the readme: https://github.com/bitvavo/java-bitvavo-api#installation