Download streamsupport-cfuture-1.5.5.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.5 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.5.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials