MVN

cn.yerl.android : promise-http

Maven & Gradle

Sep 22, 2017
1 stars

Android Promise Http · Android Async Http with Promise

<dependency>
    <groupId>cn.yerl.android</groupId>
    <artifactId>promise-http</artifactId>
    <version>2.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.yerl.android : promise-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.8

All Versions

Choose a version of cn.yerl.android : promise-http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
promise-http-2.0.8
promise-http-2.0.7
1.2.x
promise-http-1.2.17
promise-http-1.2.16
promise-http-1.2.15
promise-http-1.2.14
promise-http-1.2.13
promise-http-1.2.11
promise-http-1.2.10
promise-http-1.2.9
promise-http-1.2.8
promise-http-1.2.7
promise-http-1.2.6
promise-http-1.2.5
promise-http-1.2.4
promise-http-1.2.3
promise-http-1.2.2
promise-http-1.2.1
promise-http-1.2.0
1.1.x
promise-http-1.1.0
1.0.x
promise-http-1.0.12
promise-http-1.0.11
promise-http-1.0.10
promise-http-1.0.9
promise-http-1.0.8
promise-http-1.0.7
promise-http-1.0.6
promise-http-1.0.5
promise-http-1.0.4
promise-http-1.0.3
promise-http-1.0.2
promise-http-1.0.1
promise-http-1.0.0

How to add a dependency to Maven

Add the following cn.yerl.android : promise-http maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.yerl.android</groupId>
    <artifactId>promise-http</artifactId>
    <version>2.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.yerl.android : promise-http gradle dependency to your build.gradle file:

implementation 'cn.yerl.android:promise-http:2.0.8'

Gradle Kotlin DSL: Add the following cn.yerl.android : promise-http gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.yerl.android:promise-http:2.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.yerl.android : promise-http sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.yerl.android" % "promise-http" % "2.0.8"

Advertisement