MVN

com.github.youzan : http-fetch

Maven & Gradle

Feb 23, 2018
97 stars

It's cool!

<dependency>
    <groupId>com.github.youzan</groupId>
    <artifactId>http-fetch</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.youzan : http-fetch to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of com.github.youzan : http-fetch to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
http-fetch-1.2.0
1.1.x
http-fetch-1.1.7
http-fetch-1.1.6
http-fetch-1.1.5

How to add a dependency to Maven

Add the following com.github.youzan : http-fetch maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.youzan</groupId>
    <artifactId>http-fetch</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.youzan : http-fetch gradle dependency to your build.gradle file:

implementation 'com.github.youzan:http-fetch:1.2.0'

Gradle Kotlin DSL: Add the following com.github.youzan : http-fetch gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.youzan:http-fetch:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.youzan : http-fetch sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.youzan" % "http-fetch" % "1.2.0"