c

char-httpclient

HttpClient, using okhttp/vertx.
https://github.com/CharLemAznable/char-httpclient
Files download
File Operation
char-httpclient-0.0.7.jar download
char-httpclient-0.0.7.pom download
char-httpclient-0.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.charlemaznable</groupId>
  <artifactId>char-httpclient</artifactId>
  <version>0.0.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.charlemaznable:char-httpclient:0.0.7'
Gradle Kotlin
implementation("com.github.charlemaznable:char-httpclient:0.0.7")
Scala SBT
libraryDependencies += "com.github.charlemaznable" % "char-httpclient" % "0.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.charlemaznable', module='char-httpclient', version='0.0.7')
)
Apache Ivy
<dependency org="com.github.charlemaznable" name="char-httpclient" rev="0.0.7" />
Leiningen
[com.github.charlemaznable/char-httpclient "0.0.7"]
Apache Buildr
'com.github.charlemaznable:char-httpclient:jar:0.0.7'