blockcypher / java-client

Java SDK for BlockCypher
Apache License 2.0
40 stars 56 forks source link

Are artifacts available in Maven central or JCenter? #6

Closed jjzazuet closed 7 years ago

jjzazuet commented 7 years ago

Hi. Thanks for this cool API.

Are there dependency artifacts available? Or do we need to push out to our own private repositories? Thanks!

danielalexiuc commented 7 years ago

Nope, you need to build it yourself. Just run mvn clean install, and you're ready to go.

jjzazuet commented 7 years ago

Ok thanks.