Download datatree-promise-1.0.2.jar file - Jar d

Jar examples for d:datatree-promise

Description

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

You can download jar file datatree-promise 1.0.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add datatree-promise-1.0.2.jar to your project.

<dependency>
   <groupId>com.github.berkesa</groupId>
   <artifactId>datatree-promise</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'com.github.berkesa', name: 'datatree-promise', version: '1.0.2'
libraryDependencies += "com.github.berkesa" % "datatree-promise" % "1.0.2"
<dependency org="com.github.berkesa" name="datatree-promise" rev="1.0.2"/>
@Grapes(@Grab(group='com.github.berkesa', module='datatree-promise', version='1.0.2'))
'com.github.berkesa:datatree-promise:jar:1.0.2'

Download

Click the following link to download the jar file.

datatree-promise-1.0.2-javadoc.jar
datatree-promise-1.0.2-sources.jar
datatree-promise-1.0.2.jar
datatree-promise-1.0.2.pom



Related Tutorials