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