is not current version
Last Version 0.9

com.github.fge:uri-template 0.8

null

GroupId

GroupId

com.github.fge
ArtifactId

ArtifactId

uri-template
Version

Version

0.8
Type

Type

jar

Download uri-template 0.8


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