Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.echocat.jomon.net |
ArtifactId | ArtifactIdhttp |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
http-1.4.0.pom | |
http-1.4.0.jar | 110 KB |
http-1.4.0-sources.jar | 93 KB |
http-1.4.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.echocat.jomon.net/http/
implementation 'org.echocat.jomon.net:http:1.4.0'
// https://jarcasting.com/artifacts/org.echocat.jomon.net/http/
implementation ("org.echocat.jomon.net:http:1.4.0")
'org.echocat.jomon.net:http:jar:1.4.0'
<dependency org="org.echocat.jomon.net" name="http" rev="1.4.0">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.echocat.jomon.net', module='http', version='1.4.0')
)
libraryDependencies += "org.echocat.jomon.net" % "http" % "1.4.0"
[org.echocat.jomon.net/http "1.4.0"]