bitvavo / java-bitvavo-api

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

Error trying to use java-bitvavo-api with maven #11

Closed hiddevanesch closed 3 years ago

hiddevanesch commented 3 years ago

Getting the following error when trying to install java-bitvavo-api with maven:

[ERROR] Failed to execute goal on project <PROJECT>: Could not resolve dependencies for project nl.hiddevanesch:<PROJECT>:jar:1.0: com.bitvavo.api:api:jar:1.2 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]

I also got the same error when trying to use version 1.0

joeri-vv commented 3 years ago

This SDK is not in the maven repository. Simply clone the project from github and use mvn to install, following the installation instructions.