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