is not current version
Last Version 2.4.0

org.jdrupes.httpcodec:httpcodec 0.9.7

HTTP coders and decoders for non-blocking I/O

GroupId

GroupId

org.jdrupes.httpcodec
ArtifactId

ArtifactId

httpcodec
Version

Version

0.9.7
Type

Type

jar

Download httpcodec 0.9.7


<!-- https://jarcasting.com/artifacts/org.jdrupes.httpcodec/httpcodec/ -->
<dependency>
    <groupId>org.jdrupes.httpcodec</groupId>
    <artifactId>httpcodec</artifactId>
    <version>0.9.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdrupes.httpcodec/httpcodec/
implementation 'org.jdrupes.httpcodec:httpcodec:0.9.7'
// https://jarcasting.com/artifacts/org.jdrupes.httpcodec/httpcodec/
implementation ("org.jdrupes.httpcodec:httpcodec:0.9.7")
'org.jdrupes.httpcodec:httpcodec:jar:0.9.7'
<dependency org="org.jdrupes.httpcodec" name="httpcodec" rev="0.9.7">
  <artifact name="httpcodec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdrupes.httpcodec', module='httpcodec', version='0.9.7')
)
libraryDependencies += "org.jdrupes.httpcodec" % "httpcodec" % "0.9.7"
[org.jdrupes.httpcodec/httpcodec "0.9.7"]