| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.hal4j |
| Идентификатор | Идентификаторuritemplate |
| Последняя версия | Последняя версия1.2.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеURI Templates
Java implementation of RFC 6570 "URI Templates"
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| uritemplate-1.2.3.pom | |
| uritemplate-1.2.3.jar | 33 KB |
| uritemplate-1.2.3-sources.jar | 17 KB |
| uritemplate-1.2.3-javadoc.jar | 102 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.hal4j/uritemplate/ -->
<dependency>
<groupId>com.github.hal4j</groupId>
<artifactId>uritemplate</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hal4j/uritemplate/
implementation 'com.github.hal4j:uritemplate:1.2.3'
// https://jarcasting.com/artifacts/com.github.hal4j/uritemplate/
implementation ("com.github.hal4j:uritemplate:1.2.3")
'com.github.hal4j:uritemplate:jar:1.2.3'
<dependency org="com.github.hal4j" name="uritemplate" rev="1.2.3">
<artifact name="uritemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hal4j', module='uritemplate', version='1.2.3')
)
libraryDependencies += "com.github.hal4j" % "uritemplate" % "1.2.3"
[com.github.hal4j/uritemplate "1.2.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |