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 | ArtifactIdthin-http-client |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionthin-http-client
A simple adapter for some popular HTTP clients
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
thin-http-client-0.2.0.pom | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.theangrydev.thinhttpclient/thin-http-client/ -->
<dependency>
<groupId>io.github.theangrydev.thinhttpclient</groupId>
<artifactId>thin-http-client</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.theangrydev.thinhttpclient/thin-http-client/
implementation 'io.github.theangrydev.thinhttpclient:thin-http-client:0.2.0'
// https://jarcasting.com/artifacts/io.github.theangrydev.thinhttpclient/thin-http-client/
implementation ("io.github.theangrydev.thinhttpclient:thin-http-client:0.2.0")
'io.github.theangrydev.thinhttpclient:thin-http-client:pom:0.2.0'
<dependency org="io.github.theangrydev.thinhttpclient" name="thin-http-client" rev="0.2.0">
<artifact name="thin-http-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.theangrydev.thinhttpclient', module='thin-http-client', version='0.2.0')
)
libraryDependencies += "io.github.theangrydev.thinhttpclient" % "thin-http-client" % "0.2.0"
[io.github.theangrydev.thinhttpclient/thin-http-client "0.2.0"]
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 |
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!