A Java client for the Zendesk API
Z4j is a Java client for the Zendesk's APIs built for quick performance and enterprise grade applications. Z4j gets its speed and durability from the Micronaut framework and thorough testing.
To get a local copy up and running, please follow the detailed setup instructions in our Contributing Guide.
Gradle
| Gradle Kotlin | Gradle |
|---|---|
implementation("lol.pbu:z4j:0.1.1") |
implementation 'lol.pbu:z4j:0.1.1' |
Maven
<dependency>
<groupId>lol.pbu</groupId>
<artifactId>z4j</artifactId>
<version>0.1.1</version>
</dependency>- zcmi is a cli project built with z4j.
Please read our Code of Conduct and Contributing Guide for details on our development process, style guides, and testing strategy.