| Группа | Группаcom.github.fge |
|---|---|
| Идентификатор | Идентификаторuri-template |
| Версия | Версия0.8 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| uri-template-0.8.pom | |
| uri-template-0.8.jar | 48 KB |
| uri-template-0.8-sources.jar | 45 KB |
| uri-template-0.8-javadoc.jar | 142 KB |
| Обзор |
<!-- 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"]