<dependency>
<groupId>com.myjeeva.digitalocean</groupId>
<artifactId>digitalocean-api-client</artifactId>
<version>2.1</version>
</dependency>
@Grapes(
@Grab(group='com.myjeeva.digitalocean', module='digitalocean-api-client', version='2.1')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent>
compile
|-- org.apache.httpcomponents:httpclient:4.5
|-- org.apache.commons:commons-lang3:3.4
|-- com.google.code.gson:gson:2.3.1
|-- org.slf4j:slf4j-api:1.7.12
test
|-- com.googlecode.jmockit:jmockit:1.7
|-- junit:junit:4.12