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