<dependency>
<groupId>com.cloudbees.thirdparty</groupId>
<artifactId>zendesk-java-client</artifactId>
<version>1.1.1</version>
</dependency>
@Grapes(
@Grab(group='com.cloudbees.thirdparty', module='zendesk-java-client', version='1.1.1')
)
<parent> <groupId>com.cloudbees</groupId> <artifactId>cloudbees-oss-parent</artifactId> <version>9</version> </parent>
compile
|-- org.slf4j:slf4j-api:2.0.16
|-- org.asynchttpclient:async-http-client:3.0.1
|-- 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:2.0.16
|-- com.github.tomakehurst:wiremock:2.27.2
|-- org.assertj:assertj-core:3.26.3