bitvavo / java-bitvavo-api

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

Adding Maven Dependency #8

Closed XedricKaes closed 3 years ago

XedricKaes commented 3 years ago

I just copy pasted the maven dependency as it is standing on the Java Bitvavo API page, but I keep getting following problem: 'Missing artifact com.bitvavo.api:api:jar:1.0'

I have been changing around the versions fe: V1.0, 1.2 etc but none off them are working for me... This is also the only problem on my pom.xml.

        groupId:com.bitvavo.api
        artifactId:api
        version:1.0
XedricKaes commented 3 years ago

For now I've just added the whole project into mine, and added the dependencies from this project.

joeri-vv commented 3 years ago

At the moment this SDK is not available on the repository. You will indeed have to pull through github and install yourself before you can use the dependencies.