MVN

top.jfunc.network : unihttp-apache

Maven & Gradle

Jan 30, 2021

unihttp-apache · 使用Apache HttpClient实现的通用HTTP接口

<dependency>
    <groupId>top.jfunc.network</groupId>
    <artifactId>unihttp-apache</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.1

All Versions

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

Version Vulnerabilities Updated
2.0.x
unihttp-apache-2.0.1
unihttp-apache-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>top.jfunc.network</groupId>
    <artifactId>unihttp-apache</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'top.jfunc.network:unihttp-apache:2.0.1'

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

implementation("top.jfunc.network:unihttp-apache:2.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "top.jfunc.network" % "unihttp-apache" % "2.0.1"