q

qwe-http-client

This module declares and defines microservice HTTP Client
https://github.com/zero88/qwe
The Apache License, Version 2.0
Files download
File Operation
qwe-http-client-0.6.0.jar download
qwe-http-client-0.6.0.pom download
qwe-http-client-0.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.zero88.qwe</groupId>
  <artifactId>qwe-http-client</artifactId>
  <version>0.6.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.zero88.qwe:qwe-http-client:0.6.0'
Gradle Kotlin
implementation("io.github.zero88.qwe:qwe-http-client:0.6.0")
Scala SBT
libraryDependencies += "io.github.zero88.qwe" % "qwe-http-client" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.zero88.qwe', module='qwe-http-client', version='0.6.0')
)
Apache Ivy
<dependency org="io.github.zero88.qwe" name="qwe-http-client" rev="0.6.0" />
Leiningen
[io.github.zero88.qwe/qwe-http-client "0.6.0"]
Apache Buildr
'io.github.zero88.qwe:qwe-http-client:jar:0.6.0'