is not current version
Last Version 1.2.3

com.github.hal4j:uritemplate 1.1.0

Java implementation of RFC 6570 "URI Templates"

GroupId

GroupId

com.github.hal4j
ArtifactId

ArtifactId

uritemplate
Version

Version

1.1.0
Type

Type

jar

Download uritemplate 1.1.0


<!-- https://jarcasting.com/artifacts/com.github.hal4j/uritemplate/ -->
<dependency>
    <groupId>com.github.hal4j</groupId>
    <artifactId>uritemplate</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hal4j/uritemplate/
implementation 'com.github.hal4j:uritemplate:1.1.0'
// https://jarcasting.com/artifacts/com.github.hal4j/uritemplate/
implementation ("com.github.hal4j:uritemplate:1.1.0")
'com.github.hal4j:uritemplate:jar:1.1.0'
<dependency org="com.github.hal4j" name="uritemplate" rev="1.1.0">
  <artifact name="uritemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hal4j', module='uritemplate', version='1.1.0')
)
libraryDependencies += "com.github.hal4j" % "uritemplate" % "1.1.0"
[com.github.hal4j/uritemplate "1.1.0"]