c

char-httpclient

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