License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdcom.devdungeon.tools |
ArtifactId | ArtifactIdhttp |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.devdungeon.tools:http
An HTTP utility library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
http-2.0.1.pom | |
http-2.0.1.jar | 4 KB |
http-2.0.1-sources.jar | 3 KB |
http-2.0.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.devdungeon.tools/http/ -->
<dependency>
<groupId>com.devdungeon.tools</groupId>
<artifactId>http</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.devdungeon.tools/http/
implementation 'com.devdungeon.tools:http:2.0.1'
// https://jarcasting.com/artifacts/com.devdungeon.tools/http/
implementation ("com.devdungeon.tools:http:2.0.1")
'com.devdungeon.tools:http:jar:2.0.1'
<dependency org="com.devdungeon.tools" name="http" rev="2.0.1">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.devdungeon.tools', module='http', version='2.0.1')
)
libraryDependencies += "com.devdungeon.tools" % "http" % "2.0.1"
[com.devdungeon.tools/http "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.4 |
commons-io : commons-io | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 1.3 |