thin-http-client
A simple adapter for some popular HTTP clients
NOTE: WORK IN PROGRESS!
License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.github.theangrydev.thinhttpclient |
ArtifactId | ArtifactIdapache-adapter |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA simple adapter for some popular HTTP clients
|
Filename | Size |
---|---|
apache-adapter-0.2.0.pom | |
apache-adapter-0.2.0.jar | 7 KB |
apache-adapter-0.2.0-sources.jar | 2 KB |
apache-adapter-0.2.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.theangrydev.thinhttpclient/apache-adapter/ -->
<dependency>
<groupId>io.github.theangrydev.thinhttpclient</groupId>
<artifactId>apache-adapter</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.theangrydev.thinhttpclient/apache-adapter/
implementation 'io.github.theangrydev.thinhttpclient:apache-adapter:0.2.0'
// https://jarcasting.com/artifacts/io.github.theangrydev.thinhttpclient/apache-adapter/
implementation ("io.github.theangrydev.thinhttpclient:apache-adapter:0.2.0")
'io.github.theangrydev.thinhttpclient:apache-adapter:jar:0.2.0'
<dependency org="io.github.theangrydev.thinhttpclient" name="apache-adapter" rev="0.2.0">
<artifact name="apache-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.theangrydev.thinhttpclient', module='apache-adapter', version='0.2.0')
)
libraryDependencies += "io.github.theangrydev.thinhttpclient" % "apache-adapter" % "0.2.0"
[io.github.theangrydev.thinhttpclient/apache-adapter "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
io.github.theangrydev.thinhttpclient : api | jar | 0.2.0 |
org.apache.httpcomponents : httpclient | jar | 4.5.2 |
Group / Artifact | Type | Version |
---|---|---|
io.github.theangrydev.thinhttpclient : api | test-jar | 0.2.0 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.2.3 |
org.assertj : assertj-core | jar | 3.5.2 |
com.github.tomakehurst : wiremock | jar | 2.2.1 |
com.googlecode.yatspec » yatspec | jar | 1.23 |
nl.jqno.equalsverifier : equalsverifier | jar | 2.1.6 |
A simple adapter for some popular HTTP clients
NOTE: WORK IN PROGRESS!