GroupId | GroupIdcom.github.gv2011 |
---|---|
ArtifactId | ArtifactIdhttp |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
http-0.7.pom | |
http-0.7.jar | 53 KB |
http-0.7-sources.jar | 23 KB |
http-0.7-javadoc.jar | 420 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gv2011/http/ -->
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>http</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gv2011/http/
implementation 'com.github.gv2011:http:0.7'
// https://jarcasting.com/artifacts/com.github.gv2011/http/
implementation ("com.github.gv2011:http:0.7")
'com.github.gv2011:http:jar:0.7'
<dependency org="com.github.gv2011" name="http" rev="0.7">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gv2011', module='http', version='0.7')
)
libraryDependencies += "com.github.gv2011" % "http" % "0.7"
[com.github.gv2011/http "0.7"]