Last Version

thin-http-client 0.2.0

A simple adapter for some popular HTTP clients

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.theangrydev.thinhttpclient
ArtifactId

ArtifactId

thin-http-client
Version

Version

0.2.0
Type

Type

pom
Description

Description

thin-http-client
A simple adapter for some popular HTTP clients
Project URL

Project URL

https://github.com/theangrydev/thin-http-client
Source Code Management

Source Code Management

https://github.com/theangrydev/thin-http-client.git

Download thin-http-client 0.2.0

Filename Size
thin-http-client-0.2.0.pom 24 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"]

Dependencies

test (6)

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

Project Modules

  • api
  • apache-adapter
  • okhttp-adapter