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