MVN

tv.loilo.promise : promise-http

Maven & Gradle

Dec 21, 2016
4 stars

loilo-promise-http · A simple promise library for Android(Java and Kotlin)

<dependency>
    <groupId>tv.loilo.promise</groupId>
    <artifactId>promise-http</artifactId>
    <version>0.8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tv.loilo.promise : promise-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.2

All Versions

Choose a version of tv.loilo.promise : promise-http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
promise-http-0.8.2
promise-http-0.8.1
promise-http-0.8.0
0.7.x
promise-http-0.7.0
0.6.x
promise-http-0.6.0
0.5.x
promise-http-0.5.1
0.4.x
promise-http-0.4.3
promise-http-0.4.2
promise-http-0.4.1
promise-http-0.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>tv.loilo.promise</groupId>
    <artifactId>promise-http</artifactId>
    <version>0.8.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tv.loilo.promise : promise-http gradle dependency to your build.gradle file:

implementation 'tv.loilo.promise:promise-http:0.8.2'

Gradle Kotlin DSL: Add the following tv.loilo.promise : promise-http gradle kotlin dependency to your build.gradle.kts file:

implementation("tv.loilo.promise:promise-http:0.8.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following tv.loilo.promise : promise-http sbt scala dependency to your build.sbt file:

libraryDependencies += "tv.loilo.promise" % "promise-http" % "0.8.2"