MVN

org.lucidfox.jpromises : jpromises-gwt

Maven & Gradle

Aug 08, 2021
9 stars

Java Library for Promises - GWT module · An implementation of Promises in Java based on the JavaScript Promises/A+ specification, with adapters for AWT and GWT. This artifact contains a GWT module with packaged sources.

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

Latest Version

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

  • Latest Stable: 0.3.2

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement