| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.greenbytes.http |
| Идентификатор | Идентификаторstructured-fields |
| Последняя версия | Последняя версия0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеorg.greenbytes.http:structured-fields
A parser for HTTP Structured Field Values (RFC 8941).
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| structured-fields-0.4.pom | |
| structured-fields-0.4.jar | 37 KB |
| structured-fields-0.4-sources.jar | 26 KB |
| structured-fields-0.4-javadoc.jar | 130 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.greenbytes.http/structured-fields/ -->
<dependency>
<groupId>org.greenbytes.http</groupId>
<artifactId>structured-fields</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.greenbytes.http/structured-fields/
implementation 'org.greenbytes.http:structured-fields:0.4'
// https://jarcasting.com/artifacts/org.greenbytes.http/structured-fields/
implementation ("org.greenbytes.http:structured-fields:0.4")
'org.greenbytes.http:structured-fields:jar:0.4'
<dependency org="org.greenbytes.http" name="structured-fields" rev="0.4">
<artifact name="structured-fields" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.greenbytes.http', module='structured-fields', version='0.4')
)
libraryDependencies += "org.greenbytes.http" % "structured-fields" % "0.4"
[org.greenbytes.http/structured-fields "0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| commons-codec : commons-codec | jar | 1.15 |
| org.apache.johnzon : johnzon-core | jar | 1.2.10 |
| org.apache.geronimo.specs : geronimo-json_1.1_spec | jar | 1.5 |