MVN

org.lucidfox.jpromises : jpromises

Maven & Gradle

Aug 08, 2021
1 usages
9 stars

Java Library for Promises · An implementation of Promises in Java based on the JavaScript Promises/A+ specification, with adapters for AWT and GWT.

<dependency>
    <groupId>org.lucidfox.jpromises</groupId>
    <artifactId>jpromises</artifactId>
    <version>0.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.lucidfox.jpromises : jpromises to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.2

All Versions

Choose a version of org.lucidfox.jpromises : jpromises to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
jpromises-0.3.2
jpromises-0.3.1
jpromises-0.3.0
0.2.x
jpromises-0.2.2
jpromises-0.2.1
jpromises-0.2.0
0.1
jpromises-0.1

How to add a dependency to Maven

Add the following org.lucidfox.jpromises : jpromises maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.lucidfox.jpromises</groupId>
    <artifactId>jpromises</artifactId>
    <version>0.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.lucidfox.jpromises : jpromises gradle dependency to your build.gradle file:

implementation 'org.lucidfox.jpromises:jpromises:0.3.2'

Gradle Kotlin DSL: Add the following org.lucidfox.jpromises : jpromises gradle kotlin dependency to your build.gradle.kts file:

implementation("org.lucidfox.jpromises:jpromises:0.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.lucidfox.jpromises : jpromises sbt scala dependency to your build.sbt file:

libraryDependencies += "org.lucidfox.jpromises" % "jpromises" % "0.3.2"

Advertisement

Dependencies from Group

Aug 08, 2021
1 usages
9 stars
Aug 08, 2021
9 stars

Discover Dependencies

Sep 15, 2017
1 usages
212 stars
Apr 28, 2020
1 usages
12.6k stars
Feb 26, 2018
3 usages
May 12, 2016
1 usages
47 stars
Sep 27, 2016
2 usages
2 stars
May 14, 2016
1 usages
2 stars
May 19, 2016
1 usages
1 stars
May 19, 2016
1 usages
1 stars
May 28, 2016
1 usages
7 stars
Jul 29, 2017
1 usages
0 stars