GroupId | GroupIdio.github.etuzon |
---|---|
ArtifactId | ArtifactIdjava.http |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
java.http-1.0.1.pom | |
java.http-1.0.1.jar | 32 KB |
java.http-1.0.1-sources.jar | 16 KB |
java.http-1.0.1-javadoc.jar | 124 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.etuzon/java.http/ -->
<dependency>
<groupId>io.github.etuzon</groupId>
<artifactId>java.http</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.etuzon/java.http/
implementation 'io.github.etuzon:java.http:1.0.1'
// https://jarcasting.com/artifacts/io.github.etuzon/java.http/
implementation ("io.github.etuzon:java.http:1.0.1")
'io.github.etuzon:java.http:jar:1.0.1'
<dependency org="io.github.etuzon" name="java.http" rev="1.0.1">
<artifact name="java.http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.etuzon', module='java.http', version='1.0.1')
)
libraryDependencies += "io.github.etuzon" % "java.http" % "1.0.1"
[io.github.etuzon/java.http "1.0.1"]