MVN

com.xzchaoo : hc

Maven & Gradle

Mar 25, 2017
0 stars

HC · A wrapper for Apache HttpClient

<dependency>
    <groupId>com.xzchaoo</groupId>
    <artifactId>hc</artifactId>
    <version>hc</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xzchaoo : hc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: hc

All Versions

Choose a version of com.xzchaoo : hc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
hc-1.1.0
1.0.x
hc-1.0.10
hc-1.0.9
hc-1.0.7
hc-1.0.6
hc-1.0.5
hc-1.0.4
hc
hc-hc

How to add a dependency to Maven

Add the following com.xzchaoo : hc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.xzchaoo</groupId>
    <artifactId>hc</artifactId>
    <version>hc</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xzchaoo : hc gradle dependency to your build.gradle file:

implementation 'com.xzchaoo:hc:hc'

Gradle Kotlin DSL: Add the following com.xzchaoo : hc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xzchaoo:hc:hc")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xzchaoo : hc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xzchaoo" % "hc" % "hc"

Advertisement