| Группа | Группаcom.github.hal4j |
|---|---|
| Идентификатор | Идентификаторuritemplate |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| uritemplate-1.0.0.pom | |
| uritemplate-1.0.0.jar | 30 KB |
| uritemplate-1.0.0-sources.jar | 16 KB |
| uritemplate-1.0.0-javadoc.jar | 98 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.hal4j/uritemplate/ -->
<dependency>
<groupId>com.github.hal4j</groupId>
<artifactId>uritemplate</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hal4j/uritemplate/
implementation 'com.github.hal4j:uritemplate:1.0.0'
// https://jarcasting.com/artifacts/com.github.hal4j/uritemplate/
implementation ("com.github.hal4j:uritemplate:1.0.0")
'com.github.hal4j:uritemplate:jar:1.0.0'
<dependency org="com.github.hal4j" name="uritemplate" rev="1.0.0">
<artifact name="uritemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hal4j', module='uritemplate', version='1.0.0')
)
libraryDependencies += "com.github.hal4j" % "uritemplate" % "1.0.0"
[com.github.hal4j/uritemplate "1.0.0"]