<dependency>
<groupId>com.cloudbees.thirdparty</groupId>
<artifactId>zendesk-java-client</artifactId>
<version>0.14.1</version>
</dependency>
@Grapes(
@Grab(group='com.cloudbees.thirdparty', module='zendesk-java-client', version='0.14.1')
)
<parent> <groupId>com.cloudbees</groupId> <artifactId>cloudbees-oss-parent</artifactId> <version>9</version> </parent>
compile
|-- org.slf4j:slf4j-api:1.7.30
|-- org.asynchttpclient:async-http-client:2.12.2
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.damnhandy:handy-uri-templates:2.1.8
test
|-- org.hamcrest:hamcrest-all:1.3
|-- org.slf4j:slf4j-simple:1.7.30
|-- com.github.tomakehurst:wiremock:2.27.2
|-- org.assertj:assertj-core:3.19.0