GroupId | GroupIdorg.jdrupes.httpcodec |
---|---|
ArtifactId | ArtifactIdhttpcodec |
Version | Version0.9.8 |
Type | Typejar |
Filename | Size |
---|---|
httpcodec-0.9.8.pom | |
httpcodec-0.9.8.jar | 270 KB |
httpcodec-0.9.8-sources.jar | 102 KB |
httpcodec-0.9.8-javadoc.jar | 851 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jdrupes.httpcodec/httpcodec/ -->
<dependency>
<groupId>org.jdrupes.httpcodec</groupId>
<artifactId>httpcodec</artifactId>
<version>0.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdrupes.httpcodec/httpcodec/
implementation 'org.jdrupes.httpcodec:httpcodec:0.9.8'
// https://jarcasting.com/artifacts/org.jdrupes.httpcodec/httpcodec/
implementation ("org.jdrupes.httpcodec:httpcodec:0.9.8")
'org.jdrupes.httpcodec:httpcodec:jar:0.9.8'
<dependency org="org.jdrupes.httpcodec" name="httpcodec" rev="0.9.8">
<artifact name="httpcodec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdrupes.httpcodec', module='httpcodec', version='0.9.8')
)
libraryDependencies += "org.jdrupes.httpcodec" % "httpcodec" % "0.9.8"
[org.jdrupes.httpcodec/httpcodec "0.9.8"]