<dependency> <groupId>com.github.hal4j</groupId> <artifactId>uritemplate</artifactId> <version>1.1.1</version> </dependency>
implementation 'com.github.hal4j:uritemplate:1.1.1'
implementation("com.github.hal4j:uritemplate:1.1.1")
libraryDependencies += "com.github.hal4j" % "uritemplate" % "1.1.1"
@Grapes( @Grab(group='com.github.hal4j', module='uritemplate', version='1.1.1') )
<dependency org="com.github.hal4j" name="uritemplate" rev="1.1.1" />
[com.github.hal4j/uritemplate "1.1.1"]
'com.github.hal4j:uritemplate:jar:1.1.1'
test
|-- org.junit.jupiter:junit-jupiter-engine:5.2.0