| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.grzm |
| Идентификатор | Идентификаторuri-template |
| Последняя версия | Последняя версия0.6.44 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеuri-template
A Clojure implementation of URI Template (RFC 6570).
|
| Имя Файла | Размер |
|---|---|
| uri-template-0.6.44.pom | |
| uri-template-0.6.44.jar | 27 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.grzm/uri-template/ -->
<dependency>
<groupId>com.grzm</groupId>
<artifactId>uri-template</artifactId>
<version>0.6.44</version>
</dependency>
// https://jarcasting.com/artifacts/com.grzm/uri-template/
implementation 'com.grzm:uri-template:0.6.44'
// https://jarcasting.com/artifacts/com.grzm/uri-template/
implementation ("com.grzm:uri-template:0.6.44")
'com.grzm:uri-template:jar:0.6.44'
<dependency org="com.grzm" name="uri-template" rev="0.6.44">
<artifact name="uri-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.grzm', module='uri-template', version='0.6.44')
)
libraryDependencies += "com.grzm" % "uri-template" % "0.6.44"
[com.grzm/uri-template "0.6.44"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.clojure : clojure | jar | 1.10.1 |