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