<dependency>
<groupId>com.damnhandy</groupId>
<artifactId>handy-uri-templates</artifactId>
<version>2.0.0</version>
</dependency>
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-core:2.2.2
|-- com.fasterxml.jackson.core:jackson-databind:2.2.2
|-- com.fasterxml.jackson.core:jackson-annotations:2.2.2
test
|-- junit:junit:4.11
|-- com.google.guava:guava:14.0.1