MVN

top.jfunc.network : httpclient-okhttp3

Maven & Gradle

Dec 05, 2020
1 usages

httpclient-okhttp3 · 使用Okttp3实现的通用HTTP接口

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

Latest Version

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

  • Latest Stable: 1.2.12

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement