MVN

cn.wandersnail : easyhttp

Maven & Gradle

May 23, 2023
1 stars

easyhttp · http lib for Android

<dependency>
    <groupId>cn.wandersnail</groupId>
    <artifactId>easyhttp</artifactId>
    <version>2.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.wandersnail : easyhttp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.4

All Versions

Choose a version of cn.wandersnail : easyhttp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
easyhttp-2.4.4
easyhttp-2.4.3
easyhttp-2.4.2
easyhttp-2.4.1
easyhttp-2.4.0
2.3.x
easyhttp-2.3.0
2.2.x
easyhttp-2.2.0
2.1.x
easyhttp-2.1.0
2.0.x
easyhttp-2.0.2
easyhttp-2.0.1
easyhttp-2.0.0
1.2.x
easyhttp-1.2.0
1.1.x
easyhttp-1.1.5
easyhttp-1.1.4
easyhttp-1.1.3
easyhttp-1.1.2
easyhttp-1.1.1
easyhttp-1.1.0
1.0.x
easyhttp-1.0.8
easyhttp-1.0.6
easyhttp-1.0.5
easyhttp-1.0.4
easyhttp-1.0.2
easyhttp-1.0.1
easyhttp-1.0.0

How to add a dependency to Maven

Add the following cn.wandersnail : easyhttp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.wandersnail</groupId>
    <artifactId>easyhttp</artifactId>
    <version>2.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.wandersnail : easyhttp gradle dependency to your build.gradle file:

implementation 'cn.wandersnail:easyhttp:2.4.4'

Gradle Kotlin DSL: Add the following cn.wandersnail : easyhttp gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.wandersnail:easyhttp:2.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.wandersnail : easyhttp sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.wandersnail" % "easyhttp" % "2.4.4"

Advertisement