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.5.3 in this page.
GNU General Public License, version 2, with the Classpath Exception
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'
Click the following link to download the jar file.
streamsupport-cfuture-1.5.3-javadoc.jar