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