License |
License |
---|---|
GroupId | GroupIdxyz.migoo |
ArtifactId | ArtifactIdsimplehttp |
Version | Version1.1.0 |
Type | Typejar |
Description |
Descriptionsimplehttp
a simple http client
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simplehttp-1.1.0.pom | |
simplehttp-1.1.0.jar | 18 KB |
simplehttp-1.1.0-sources.jar | 10 KB |
simplehttp-1.1.0-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.migoo/simplehttp/ -->
<dependency>
<groupId>xyz.migoo</groupId>
<artifactId>simplehttp</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.migoo/simplehttp/
implementation 'xyz.migoo:simplehttp:1.1.0'
// https://jarcasting.com/artifacts/xyz.migoo/simplehttp/
implementation ("xyz.migoo:simplehttp:1.1.0")
'xyz.migoo:simplehttp:jar:1.1.0'
<dependency org="xyz.migoo" name="simplehttp" rev="1.1.0">
<artifact name="simplehttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.migoo', module='simplehttp', version='1.1.0')
)
libraryDependencies += "xyz.migoo" % "simplehttp" % "1.1.0"
[xyz.migoo/simplehttp "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.9 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | RELEASE |