MVN

cn.majingjing : http-client

Maven & Gradle

Nov 23, 2022

http-client · majj http client

<dependency>
    <groupId>cn.majingjing</groupId>
    <artifactId>http-client</artifactId>
    <version>1.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.majingjing : http-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.2

All Versions

Choose a version of cn.majingjing : http-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
http-client-1.4.2
http-client-1.4.1
1.2.x
http-client-1.2.1
1.1.x
http-client-1.1.8
http-client-1.1.7
http-client-1.1.6
http-client-1.1.5
http-client-1.1.4
http-client-1.1.3
http-client-1.1.2
http-client-1.1.1
http-client-1.1.0
1.0.x
http-client-1.0.4
http-client-1.0.3
http-client-1.0.2
http-client-1.0.1

How to add a dependency to Maven

Add the following cn.majingjing : http-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.majingjing</groupId>
    <artifactId>http-client</artifactId>
    <version>1.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.majingjing : http-client gradle dependency to your build.gradle file:

implementation 'cn.majingjing:http-client:1.4.2'

Gradle Kotlin DSL: Add the following cn.majingjing : http-client gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.majingjing:http-client:1.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.majingjing : http-client sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.majingjing" % "http-client" % "1.4.2"

Advertisement