bitvavo / java-bitvavo-api

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

Unable to find the dependency #9

Closed ravening closed 3 years ago

ravening commented 3 years ago

I am trying to create a new Java project through maven but I just couldnt find the required dpendency though

<dependency>
  <groupId>com.bitvavo.api</groupId>
  <artifactId>api</artifactId>
  <version>1.0</version>
</dependency>

Should I add any specific repository?

@joeri-vv

ravening commented 3 years ago

nvm.. I saw two other people having the same issue. manually compiling the code works fine