c

char-httpclient

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