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 | ArtifactIdapi |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA simple adapter for some popular HTTP clients
|
Filename | Size |
---|---|
api-0.2.0.pom | |
api-0.2.0.jar | 13 KB |
api-0.2.0-tests.jar | 12 KB |
api-0.2.0-sources.jar | 11 KB |
api-0.2.0-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.theangrydev.thinhttpclient/api/ -->
<dependency>
<groupId>io.github.theangrydev.thinhttpclient</groupId>
<artifactId>api</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.theangrydev.thinhttpclient/api/
implementation 'io.github.theangrydev.thinhttpclient:api:0.2.0'
// https://jarcasting.com/artifacts/io.github.theangrydev.thinhttpclient/api/
implementation ("io.github.theangrydev.thinhttpclient:api:0.2.0")
'io.github.theangrydev.thinhttpclient:api:jar:0.2.0'
<dependency org="io.github.theangrydev.thinhttpclient" name="api" rev="0.2.0">
<artifact name="api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.theangrydev.thinhttpclient', module='api', version='0.2.0')
)
libraryDependencies += "io.github.theangrydev.thinhttpclient" % "api" % "0.2.0"
[io.github.theangrydev.thinhttpclient/api "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!