<dependency>
<groupId>com.damnhandy</groupId>
<artifactId>handy-uri-templates</artifactId>
<version>2.0.0.BETA1</version>
</dependency>
@Grapes(
@Grab(group='com.damnhandy', module='handy-uri-templates', version='2.0.0.BETA1')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.core:jackson-annotations
test
|-- junit:junit:4.11
|-- com.google.guava:guava:14.0.1