is not current version
Last Version 0.9

com.github.fge:uri-template 0.2

A Java implementation of the URI Template RFC (RFC 6570)

GroupId

GroupId

com.github.fge
ArtifactId

ArtifactId

uri-template
Version

Version

0.2
Type

Type

jar

Download uri-template 0.2


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