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.

License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

org.lucidfox.jpromises
ArtifactId

ArtifactId

jpromises-gwt
Last Version

Last Version

0.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/Maia-Everett/jpromises
Source Code Management

Source Code Management

https://github.com/Maia-Everett/jpromises

Download jpromises-gwt

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.lucidfox.jpromises : jpromises jar 0.3.2

provided (1)

Group / Artifact Type Version
com.google.gwt : gwt-user jar 2.7.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1