GroupId | GroupIdcom.googlecode.openbox |
---|---|
ArtifactId | ArtifactIdhttp |
Version | Version2.0.4 |
Type | Typejar |
Filename | Size |
---|---|
http-2.0.4.pom | |
http-2.0.4.jar | 61 KB |
http-2.0.4-sources.jar | 31 KB |
http-2.0.4-javadoc.jar | 298 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.openbox/http/ -->
<dependency>
<groupId>com.googlecode.openbox</groupId>
<artifactId>http</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.openbox/http/
implementation 'com.googlecode.openbox:http:2.0.4'
// https://jarcasting.com/artifacts/com.googlecode.openbox/http/
implementation ("com.googlecode.openbox:http:2.0.4")
'com.googlecode.openbox:http:jar:2.0.4'
<dependency org="com.googlecode.openbox" name="http" rev="2.0.4">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.openbox', module='http', version='2.0.4')
)
libraryDependencies += "com.googlecode.openbox" % "http" % "2.0.4"
[com.googlecode.openbox/http "2.0.4"]