License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.javawebstack |
ArtifactId | ArtifactIdhttp-client |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionhttp-client
A simple to use and extendable http client wrapper around java's built in HttpURLConnection.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
http-client-1.0.0.pom | |
http-client-1.0.0.jar | 13 KB |
http-client-1.0.0-sources.jar | 5 KB |
http-client-1.0.0-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.javawebstack/http-client/ -->
<dependency>
<groupId>org.javawebstack</groupId>
<artifactId>http-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.javawebstack/http-client/
implementation 'org.javawebstack:http-client:1.0.0'
// https://jarcasting.com/artifacts/org.javawebstack/http-client/
implementation ("org.javawebstack:http-client:1.0.0")
'org.javawebstack:http-client:jar:1.0.0'
<dependency org="org.javawebstack" name="http-client" rev="1.0.0">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javawebstack', module='http-client', version='1.0.0')
)
libraryDependencies += "org.javawebstack" % "http-client" % "1.0.0"
[org.javawebstack/http-client "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.9 |
org.javawebstack : abstract-data | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.1 |