<dependency>
<groupId>com.cloudbees.thirdparty</groupId>
<artifactId>zendesk-java-client</artifactId>
<version>0.3.2</version>
</dependency>
@Grapes(
@Grab(group='com.cloudbees.thirdparty', module='zendesk-java-client', version='0.3.2')
)
<parent> <groupId>com.cloudbees</groupId> <artifactId>cloudbees-oss-parent</artifactId> <version>6</version> </parent>
compile
|-- com.ning:async-http-client:1.9.15
|-- com.fasterxml.jackson.core:jackson-core:2.1.4
|-- com.fasterxml.jackson.core:jackson-databind:2.1.4
|-- com.damnhandy:handy-uri-templates:1.1.7
test
|-- junit:junit:4.11