c

char-httpclient

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