License |
License |
---|---|
GroupId | GroupIdcom.zandero |
ArtifactId | ArtifactIdhttp |
Version | Version1.2.4 |
Type | Typejar |
Description |
DescriptionZandero
HTTP utilities
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
http-1.2.4.pom | |
http-1.2.4.jar | 18 KB |
http-1.2.4-sources.jar | 11 KB |
http-1.2.4-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zandero/http/ -->
<dependency>
<groupId>com.zandero</groupId>
<artifactId>http</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.zandero/http/
implementation 'com.zandero:http:1.2.4'
// https://jarcasting.com/artifacts/com.zandero/http/
implementation ("com.zandero:http:1.2.4")
'com.zandero:http:jar:1.2.4'
<dependency org="com.zandero" name="http" rev="1.2.4">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zandero', module='http', version='1.2.4')
)
libraryDependencies += "com.zandero" % "http" % "1.2.4"
[com.zandero/http "1.2.4"]
Group / Artifact | Type | Version |
---|---|---|
com.zandero : utils | jar | [1.2,) |
com.zandero : utils.extra | jar | [1.3.1,) |
org.apache.httpcomponents : httpclient | jar | 4.5.2 |
org.apache.httpcomponents : httpasyncclient | jar | 4.1.2 |
commons-net : commons-net | jar | [3.4,) |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.slf4j : slf4j-api | jar | 1.8.0-beta2 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | [1.1.7,) |
org.junit.jupiter : junit-jupiter-engine | jar | [5.1,) |
com.zandero : utils.junit | jar | LATEST |
org.mockito : mockito-all | jar | [1.10.19,) |