MVN

com.mx.path-core : http

Maven & Gradle

Aug 23, 2023
3 stars

http · MX Path Core

<dependency>
    <groupId>com.mx.path-core</groupId>
    <artifactId>http</artifactId>
    <version>3.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mx.path-core : http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.0
  • Latest Release Candidate: 3.7.0-rc.2

All Versions

Choose a version of com.mx.path-core : http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7.x
http-3.7.0
http-3.7.0-rc.2
http-3.7.0-rc.1
3.6.x
http-3.6.0
3.5.x
http-3.5.0
3.4.x
http-3.4.0
3.3.x
http-3.3.0
3.2.x
http-3.2.2
http-3.2.1
http-3.2.0
3.1.x
http-3.1.0
3.0.x
http-3.0.1
http-3.0.0
http-3.0.0-rc.1
http-3.0.0-rc.0
2.1.x
http-2.1.2
http-2.1.1
http-2.1.0
http-2.1.0-rc.0
2.0.x
http-2.0.0
http-2.0.0-rc.3
http-2.0.0-rc.2
http-2.0.0-rc.1
http-2.0.0-rc.0
1.11.x
http-1.11.1
http-1.11.0
1.10.x
http-1.10.0
1.9.x
http-1.9.1
http-1.9.0
1.8.x
http-1.8.1
http-1.8.0
1.7.x
http-1.7.2
http-1.7.1
http-1.7.0
1.6.x
http-1.6.2
http-1.6.1
http-1.6.0
1.5.x
http-1.5.0
1.4.x
http-1.4.1
http-1.4.0
1.3.x
http-1.3.0
1.2.x
http-1.2.0

How to add a dependency to Maven

Add the following com.mx.path-core : http maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mx.path-core</groupId>
    <artifactId>http</artifactId>
    <version>3.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mx.path-core : http gradle dependency to your build.gradle file:

implementation 'com.mx.path-core:http:3.7.0'

Gradle Kotlin DSL: Add the following com.mx.path-core : http gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mx.path-core:http:3.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mx.path-core : http sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mx.path-core" % "http" % "3.7.0"

Advertisement