icann / czds-api-client-java

A Java reference implementation for CZDS download zone file API
Other
76 stars 19 forks source link

Add to Maven Repository #4

Closed adamfisher closed 5 years ago

adamfisher commented 5 years ago

A quick search of the Maven repository does not show any packages for this SDK. Can this please be added there so we can easily import it into our projects?

https://mvnrepository.com/search?q=czds https://search.maven.org/search?q=czds-client

dongmei-cao commented 5 years ago

@adamfisher Here is the artifact in Maven Central Repository:

<!-- https://mvnrepository.com/artifact/org.icann.czds/czds-client -->
<dependency>
    <groupId>org.icann.czds</groupId>
    <artifactId>czds-client</artifactId>
    <version>1.0</version>
</dependency>