is not current version
Last Version 0.3.2

org.lucidfox.jpromises:jpromises-gwt 0.2.1

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.

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

org.lucidfox.jpromises
ArtifactId

ArtifactId

jpromises-gwt
Version

Version

0.2.1
Type

Type

jar

Download jpromises-gwt 0.2.1


<!-- https://jarcasting.com/artifacts/org.lucidfox.jpromises/jpromises-gwt/ -->
<dependency>
    <groupId>org.lucidfox.jpromises</groupId>
    <artifactId>jpromises-gwt</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.lucidfox.jpromises/jpromises-gwt/
implementation 'org.lucidfox.jpromises:jpromises-gwt:0.2.1'
// https://jarcasting.com/artifacts/org.lucidfox.jpromises/jpromises-gwt/
implementation ("org.lucidfox.jpromises:jpromises-gwt:0.2.1")
'org.lucidfox.jpromises:jpromises-gwt:jar:0.2.1'
<dependency org="org.lucidfox.jpromises" name="jpromises-gwt" rev="0.2.1">
  <artifact name="jpromises-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lucidfox.jpromises', module='jpromises-gwt', version='0.2.1')
)
libraryDependencies += "org.lucidfox.jpromises" % "jpromises-gwt" % "0.2.1"
[org.lucidfox.jpromises/jpromises-gwt "0.2.1"]