Java Library for Promises

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

License

License

GroupId

GroupId

org.lucidfox.jpromises
ArtifactId

ArtifactId

jpromises
Last Version

Last Version

0.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

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

Source Code Management

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

Download jpromises

How to add to project

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

Dependencies

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