| License |
License |
|---|---|
| GroupId | GroupIdorg.greenbytes.http |
| ArtifactId | ArtifactIdstructured-fields |
| Last Version | Last Version0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionorg.greenbytes.http:structured-fields
A parser for HTTP Structured Field Values (RFC 8941).
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| 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 |