Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.echocat.jomon.net |
ArtifactId | ArtifactIdhttp |
Version | Version1.4.2 |
Type | Typejar |
Filename | Size |
---|---|
http-1.4.2.pom | |
http-1.4.2.jar | 110 KB |
http-1.4.2-sources.jar | 93 KB |
http-1.4.2-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.echocat.jomon.net/http/ -->
<dependency>
<groupId>org.echocat.jomon.net</groupId>
<artifactId>http</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.echocat.jomon.net/http/
implementation 'org.echocat.jomon.net:http:1.4.2'
// https://jarcasting.com/artifacts/org.echocat.jomon.net/http/
implementation ("org.echocat.jomon.net:http:1.4.2")
'org.echocat.jomon.net:http:jar:1.4.2'
<dependency org="org.echocat.jomon.net" name="http" rev="1.4.2">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.echocat.jomon.net', module='http', version='1.4.2')
)
libraryDependencies += "org.echocat.jomon.net" % "http" % "1.4.2"
[org.echocat.jomon.net/http "1.4.2"]