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