MVN

top.jfunc.network : httpclient-core

Maven & Gradle

Dec 05, 2020
7 usages

httpclient-core · 定义Http请求相关接口及一些基础公共的实现

<dependency>
    <groupId>top.jfunc.network</groupId>
    <artifactId>httpclient-core</artifactId>
    <version>1.2.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.jfunc.network : httpclient-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.12

All Versions

Choose a version of top.jfunc.network : httpclient-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
httpclient-core-1.2.12
httpclient-core-1.2.11
httpclient-core-1.2.10
httpclient-core-1.2.9
httpclient-core-1.2.8
httpclient-core-1.2.7
httpclient-core-1.2.6
httpclient-core-1.2.5
httpclient-core-1.2.4
httpclient-core-1.2.3
httpclient-core-1.2.2
httpclient-core-1.2.1
httpclient-core-1.2.0
1.1.x
httpclient-core-1.1.12
httpclient-core-1.1.11
httpclient-core-1.1.10
httpclient-core-1.1.9
httpclient-core-1.1.8
httpclient-core-1.1.7
httpclient-core-1.1.6
httpclient-core-1.1.5
httpclient-core-1.1.4
httpclient-core-1.1.3
httpclient-core-1.1.2
httpclient-core-1.1.1
1.1
httpclient-core-1.1
1.0.x
httpclient-core-1.0.4
1.0
httpclient-core-1.0

How to add a dependency to Maven

Add the following top.jfunc.network : httpclient-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.jfunc.network</groupId>
    <artifactId>httpclient-core</artifactId>
    <version>1.2.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.jfunc.network : httpclient-core gradle dependency to your build.gradle file:

implementation 'top.jfunc.network:httpclient-core:1.2.12'

Gradle Kotlin DSL: Add the following top.jfunc.network : httpclient-core gradle kotlin dependency to your build.gradle.kts file:

implementation("top.jfunc.network:httpclient-core:1.2.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.jfunc.network : httpclient-core sbt scala dependency to your build.sbt file:

libraryDependencies += "top.jfunc.network" % "httpclient-core" % "1.2.12"