Jar examples for s:streamsupport-cfuture
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.6.2 in this page.
GNU General Public License, version 2, with the Classpath Exception
You can use the following script to add streamsupport-cfuture-1.6.2.jar to your project.
<dependency> <groupId>net.sourceforge.streamsupport</groupId> <artifactId>streamsupport-cfuture</artifactId> <version>1.6.2</version> </dependency>
compile group: 'net.sourceforge.streamsupport', name: 'streamsupport-cfuture', version: '1.6.2'
libraryDependencies += "net.sourceforge.streamsupport" % "streamsupport-cfuture" % "1.6.2"
<dependency org="net.sourceforge.streamsupport" name="streamsupport-cfuture" rev="1.6.2"/>
@Grapes(@Grab(group='net.sourceforge.streamsupport', module='streamsupport-cfuture', version='1.6.2'))
'net.sourceforge.streamsupport:streamsupport-cfuture:jar:1.6.2'
Click the following link to download the jar file.
streamsupport-cfuture-1.6.2-javadoc.jar