is not current version
Last Version 0.3.2

Java Library for Promises - GWT module 0.3.0

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
Version

Version

0.3.0
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/lucidfox/jpromises
Source Code Management

Source Code Management

https://github.com/lucidfox/jpromises

Download jpromises-gwt 0.3.0


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

Dependencies

compile (1)

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

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.