is not current version
Last Version 2.4.0

org.jdrupes.httpcodec:httpcodec 0.9.13

HTTP coders and decoders for non-blocking I/O

GroupId

GroupId

org.jdrupes.httpcodec
ArtifactId

ArtifactId

httpcodec
Version

Version

0.9.13
Type

Type

jar

Download httpcodec 0.9.13


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