GroupId | GroupIdcom.github.hal4j |
---|---|
ArtifactId | ArtifactIduritemplate |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
uritemplate-1.2.0.pom | |
uritemplate-1.2.0.jar | 32 KB |
uritemplate-1.2.0-sources.jar | 17 KB |
uritemplate-1.2.0-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hal4j/uritemplate/ -->
<dependency>
<groupId>com.github.hal4j</groupId>
<artifactId>uritemplate</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hal4j/uritemplate/
implementation 'com.github.hal4j:uritemplate:1.2.0'
// https://jarcasting.com/artifacts/com.github.hal4j/uritemplate/
implementation ("com.github.hal4j:uritemplate:1.2.0")
'com.github.hal4j:uritemplate:jar:1.2.0'
<dependency org="com.github.hal4j" name="uritemplate" rev="1.2.0">
<artifact name="uritemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hal4j', module='uritemplate', version='1.2.0')
)
libraryDependencies += "com.github.hal4j" % "uritemplate" % "1.2.0"
[com.github.hal4j/uritemplate "1.2.0"]