License |
License
The BSD 2-Clause License
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.dongliu |
ArtifactId | ArtifactIdxhttp |
Last Version | Last Version3.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExtension for JDK Http Module
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
xhttp-3.1.0.pom | |
xhttp-3.1.0.jar | 105 KB |
xhttp-3.1.0-sources.jar | 56 KB |
xhttp-3.1.0-javadoc.jar | 690 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.dongliu/xhttp/ -->
<dependency>
<groupId>net.dongliu</groupId>
<artifactId>xhttp</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.dongliu/xhttp/
implementation 'net.dongliu:xhttp:3.1.0'
// https://jarcasting.com/artifacts/net.dongliu/xhttp/
implementation ("net.dongliu:xhttp:3.1.0")
'net.dongliu:xhttp:jar:3.1.0'
<dependency org="net.dongliu" name="xhttp" rev="3.1.0">
<artifact name="xhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dongliu', module='xhttp', version='3.1.0')
)
libraryDependencies += "net.dongliu" % "xhttp" % "3.1.0"
[net.dongliu/xhttp "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
net.dongliu : commons | jar | 8.1.5 |
com.fasterxml.jackson.core : jackson-core Optional | jar | 2.10.3 |
com.fasterxml.jackson.core : jackson-annotations Optional | jar | 2.10.3 |
com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.10.3 |
com.google.code.gson : gson Optional | jar | 2.8.6 |
Group / Artifact | Type | Version |
---|---|---|
org.checkerframework : checker-qual | jar | 2.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.3.1 |
org.mockito : mockito-core | jar | 2.23.4 |
io.undertow : undertow-core | jar | 2.0.30.Final |