Download completable-futures-0.3.2.jar file - Jar c

Jar examples for c:completable-futures

Description

Convenience utilities for working with asynchronous Java 8

You can download jar file completable-futures 0.3.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add completable-futures-0.3.2.jar to your project.

<dependency>
   <groupId>com.spotify</groupId>
   <artifactId>completable-futures</artifactId>
   <version>0.3.2</version>
</dependency>
compile group: 'com.spotify', name: 'completable-futures', version: '0.3.2'
libraryDependencies += "com.spotify" % "completable-futures" % "0.3.2"
<dependency org="com.spotify" name="completable-futures" rev="0.3.2"/>
@Grapes(@Grab(group='com.spotify', module='completable-futures', version='0.3.2'))
'com.spotify:completable-futures:jar:0.3.2'

Download

Click the following link to download the jar file.

completable-futures-0.3.2-javadoc.jar
completable-futures-0.3.2-sources.jar
completable-futures-0.3.2.jar
completable-futures-0.3.2.pom



Related Tutorials