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