License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.github.theangrydev.thinhttpclient |
ArtifactId | ArtifactIdthin-http-client-apache |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA simple adapter for some popular HTTP clients
|
<!-- https://jarcasting.com/artifacts/io.github.theangrydev.thinhttpclient/thin-http-client-apache/ -->
<dependency>
<groupId>io.github.theangrydev.thinhttpclient</groupId>
<artifactId>thin-http-client-apache</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.theangrydev.thinhttpclient/thin-http-client-apache/
implementation 'io.github.theangrydev.thinhttpclient:thin-http-client-apache:0.1.0'
// https://jarcasting.com/artifacts/io.github.theangrydev.thinhttpclient/thin-http-client-apache/
implementation ("io.github.theangrydev.thinhttpclient:thin-http-client-apache:0.1.0")
'io.github.theangrydev.thinhttpclient:thin-http-client-apache:jar:0.1.0'
<dependency org="io.github.theangrydev.thinhttpclient" name="thin-http-client-apache" rev="0.1.0">
<artifact name="thin-http-client-apache" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.theangrydev.thinhttpclient', module='thin-http-client-apache', version='0.1.0')
)
libraryDependencies += "io.github.theangrydev.thinhttpclient" % "thin-http-client-apache" % "0.1.0"
[io.github.theangrydev.thinhttpclient/thin-http-client-apache "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
io.github.theangrydev.thinhttpclient : thin-http-client-core | jar | 0.1.0 |
org.apache.httpcomponents : httpclient | jar | 4.5.2 |
Group / Artifact | Type | Version |
---|---|---|
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 |