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