License |
License |
---|---|
GroupId | GroupIdorg.jdrupes.httpcodec |
ArtifactId | ArtifactIdhttpcodec |
Version | Version2.0.3 |
Type | Typejar |
Description |
Descriptionorg.jdrupes.httpcodec
HTTP coders and decoders for non-blocking I/O
|
Project URL |
Project URL |
Filename | Size |
---|---|
httpcodec-2.0.3.pom | |
httpcodec-2.0.3.jar | 300 KB |
httpcodec-2.0.3-sources.jar | 114 KB |
httpcodec-2.0.3-javadoc.jar | 898 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jdrupes.httpcodec/httpcodec/ -->
<dependency>
<groupId>org.jdrupes.httpcodec</groupId>
<artifactId>httpcodec</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdrupes.httpcodec/httpcodec/
implementation 'org.jdrupes.httpcodec:httpcodec:2.0.3'
// https://jarcasting.com/artifacts/org.jdrupes.httpcodec/httpcodec/
implementation ("org.jdrupes.httpcodec:httpcodec:2.0.3")
'org.jdrupes.httpcodec:httpcodec:jar:2.0.3'
<dependency org="org.jdrupes.httpcodec" name="httpcodec" rev="2.0.3">
<artifact name="httpcodec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdrupes.httpcodec', module='httpcodec', version='2.0.3')
)
libraryDependencies += "org.jdrupes.httpcodec" % "httpcodec" % "2.0.3"
[org.jdrupes.httpcodec/httpcodec "2.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.activation : javax.activation | jar | 1.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |