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