License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdorg.datoin.net |
ArtifactId | ArtifactIdhttp-requests |
Version | Version0.2.4 |
Type | Typejar |
Description |
DescriptionHTTP Requests
Simplified HTTP client by datoin team
|
Project URL |
Project URL |
Filename | Size |
---|---|
http-requests-0.2.4.pom | |
http-requests-0.2.4.jar | 15 KB |
http-requests-0.2.4-sources.jar | 8 KB |
http-requests-0.2.4-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.datoin.net/http-requests/ -->
<dependency>
<groupId>org.datoin.net</groupId>
<artifactId>http-requests</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.datoin.net/http-requests/
implementation 'org.datoin.net:http-requests:0.2.4'
// https://jarcasting.com/artifacts/org.datoin.net/http-requests/
implementation ("org.datoin.net:http-requests:0.2.4")
'org.datoin.net:http-requests:jar:0.2.4'
<dependency org="org.datoin.net" name="http-requests" rev="0.2.4">
<artifact name="http-requests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.datoin.net', module='http-requests', version='0.2.4')
)
libraryDependencies += "org.datoin.net" % "http-requests" % "0.2.4"
[org.datoin.net/http-requests "0.2.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.3.3 |
org.apache.httpcomponents : httpmime | jar | 4.3.3 |
com.google.guava : guava | jar | 17.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.eclipse.jetty : jetty-server | jar | 9.2.1.v20140609 |
org.eclipse.jetty : jetty-servlet | jar | 9.2.1.v20140609 |