Promise for Java

ES6-like Promise, based on the Java8's CompletableFuture API.

License

License

Categories

Categories

Data
GroupId

GroupId

com.github.berkesa
ArtifactId

ArtifactId

datatree-promise
Last Version

Last Version

1.0.7
Release Date

Release Date

Type

Type

jar
Description

Description

Promise for Java
ES6-like Promise, based on the Java8's CompletableFuture API.
Project URL

Project URL

https://berkesa.github.io/datatree-promise/
Source Code Management

Source Code Management

https://berkesa.github.io/datatree-promise/

Download datatree-promise

How to add to project

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

Dependencies

runtime (1)

Group / Artifact Type Version
com.github.berkesa : datatree-core jar 1.0.13

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1