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
http://sourceforge.net/projects/streamsupport/
GNU General Public License, version 2, with the Classpath Exception
Stefan Zobel
文件下载
文件名 操作
streamsupport-cfuture-1.4.1.jar 下载
streamsupport-cfuture-1.4.1.pom 下载
streamsupport-cfuture-1.4.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sourceforge.streamsupport</groupId>
  <artifactId>streamsupport-cfuture</artifactId>
  <version>1.4.1</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.streamsupport:streamsupport-cfuture:1.4.1'
Gradle Kotlin
implementation("net.sourceforge.streamsupport:streamsupport-cfuture:1.4.1")
Scala SBT
libraryDependencies += "net.sourceforge.streamsupport" % "streamsupport-cfuture" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.streamsupport', module='streamsupport-cfuture', version='1.4.1')
)
Apache Ivy
<dependency org="net.sourceforge.streamsupport" name="streamsupport-cfuture" rev="1.4.1" />
Leiningen
[net.sourceforge.streamsupport/streamsupport-cfuture "1.4.1"]
Apache Buildr
'net.sourceforge.streamsupport:streamsupport-cfuture:jar:1.4.1'