Files download
File Operation
http-2.0.0-rc.3.jar download
http-2.0.0-rc.3.pom download
http-2.0.0-rc.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mx.path-core</groupId>
  <artifactId>http</artifactId>
  <version>2.0.0-rc.3</version>
</dependency>
Gradle Groovy
implementation 'com.mx.path-core:http:2.0.0-rc.3'
Gradle Kotlin
implementation("com.mx.path-core:http:2.0.0-rc.3")
Scala SBT
libraryDependencies += "com.mx.path-core" % "http" % "2.0.0-rc.3"
Groovy Grape
@Grapes(
  @Grab(group='com.mx.path-core', module='http', version='2.0.0-rc.3')
)
Apache Ivy
<dependency org="com.mx.path-core" name="http" rev="2.0.0-rc.3" />
Leiningen
[com.mx.path-core/http "2.0.0-rc.3"]
Apache Buildr
'com.mx.path-core:http:jar:2.0.0-rc.3'