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