<dependency> <groupId>com.github.fge</groupId> <artifactId>uri-template</artifactId> <version>0.4</version> <type>bundle</type> </dependency>
implementation 'com.github.fge:uri-template:0.4'
implementation("com.github.fge:uri-template:0.4")
libraryDependencies += "com.github.fge" % "uri-template" % "0.4"
@Grapes( @Grab(group='com.github.fge', module='uri-template', version='0.4') )
<dependency org="com.github.fge" name="uri-template" rev="0.4" />
[com.github.fge/uri-template "0.4"]
'com.github.fge:uri-template:jar:0.4'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.google.guava:guava:14.0.1
test
|-- org.testng:testng:6.8
|-- com.fasterxml.jackson.core:jackson-databind:2.2.1