Download streamsupport-cfuture-1.5.3.jar file - Jar s

Jar examples for s:streamsupport-cfuture

Description

streamsupport-cfuture is a backport of the Java 8 CompletableFuture API with the current (still experimental) Java 9 enhancements (JDK-8134851) for Java 6 / 7 and Android developers

You can download jar file streamsupport-cfuture 1.5.3 in this page.

License

GNU General Public License, version 2, with the Classpath Exception

Build File

You can use the following script to add streamsupport-cfuture-1.5.3.jar to your project.

<dependency>
   <groupId>net.sourceforge.streamsupport</groupId>
   <artifactId>streamsupport-cfuture</artifactId>
   <version>1.5.3</version>
</dependency>
compile group: 'net.sourceforge.streamsupport', name: 'streamsupport-cfuture', version: '1.5.3'
libraryDependencies += "net.sourceforge.streamsupport" % "streamsupport-cfuture" % "1.5.3"
<dependency org="net.sourceforge.streamsupport" name="streamsupport-cfuture" rev="1.5.3"/>
@Grapes(@Grab(group='net.sourceforge.streamsupport', module='streamsupport-cfuture', version='1.5.3'))
'net.sourceforge.streamsupport:streamsupport-cfuture:jar:1.5.3'

Download

Click the following link to download the jar file.

streamsupport-cfuture-1.5.3-javadoc.jar
streamsupport-cfuture-1.5.3-sources.jar
streamsupport-cfuture-1.5.3.jar
streamsupport-cfuture-1.5.3.pom



Related Tutorials