MVN

com.github.icecooly : FastHttpClient

Maven & Gradle

Jan 09, 2022
1 usages
65 stars

FastHttpClient · A Java library for okhttp3

<dependency>
    <groupId>com.github.icecooly</groupId>
    <artifactId>FastHttpClient</artifactId>
    <version>1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.icecooly : FastHttpClient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10

All Versions

Choose a version of com.github.icecooly : FastHttpClient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10
FastHttpClient-1.10
1.9
FastHttpClient-1.9
1.8
FastHttpClient-1.8
1.7
FastHttpClient-1.7
1.6
FastHttpClient-1.6
1.5
FastHttpClient-1.5
1.4
FastHttpClient-1.4
1.3
FastHttpClient-1.3
1.2
FastHttpClient-1.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.icecooly</groupId>
    <artifactId>FastHttpClient</artifactId>
    <version>1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.icecooly : FastHttpClient gradle dependency to your build.gradle file:

implementation 'com.github.icecooly:FastHttpClient:1.10'

Gradle Kotlin DSL: Add the following com.github.icecooly : FastHttpClient gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.icecooly:FastHttpClient:1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.icecooly : FastHttpClient sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.icecooly" % "FastHttpClient" % "1.10"

Advertisement