<dependency>
<groupId>com.cloudbees.thirdparty</groupId>
<artifactId>zendesk-java-client</artifactId>
<version>0.9.0</version>
</dependency>
@Grapes(
@Grab(group='com.cloudbees.thirdparty', module='zendesk-java-client', version='0.9.0')
)
<parent> <groupId>com.cloudbees</groupId> <artifactId>cloudbees-oss-parent</artifactId> <version>8</version> </parent>
compile
|-- org.slf4j:slf4j-api:1.7.25
|-- org.asynchttpclient:async-http-client:2.3.0
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.damnhandy:handy-uri-templates:2.1.6
test
|-- junit:junit:4.12