Skip to content

pbu-dev/z4j

z4j logo

A Java client for the Zendesk API

About The Project

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.

Getting Started

To get a local copy up and running, please follow the detailed setup instructions in our Contributing Guide.

Installation

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>

Example Projects

  • zcmi is a cli project built with z4j.

Contributing

Please read our Code of Conduct and Contributing Guide for details on our development process, style guides, and testing strategy.