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