Files download
File Operation
http-client-wrapper-0.1.9.jar download
http-client-wrapper-0.1.9.pom download
http-client-wrapper-0.1.9-sources.jar download
Apache Maven
<dependency>
  <groupId>hu.meza.tools</groupId>
  <artifactId>http-client-wrapper</artifactId>
  <version>0.1.9</version>
</dependency>
Gradle Groovy
implementation 'hu.meza.tools:http-client-wrapper:0.1.9'
Gradle Kotlin
implementation("hu.meza.tools:http-client-wrapper:0.1.9")
Scala SBT
libraryDependencies += "hu.meza.tools" % "http-client-wrapper" % "0.1.9"
Groovy Grape
@Grapes(
  @Grab(group='hu.meza.tools', module='http-client-wrapper', version='0.1.9')
)
Apache Ivy
<dependency org="hu.meza.tools" name="http-client-wrapper" rev="0.1.9" />
Leiningen
[hu.meza.tools/http-client-wrapper "0.1.9"]
Apache Buildr
'hu.meza.tools:http-client-wrapper:jar:0.1.9'