s

streamsupport-cfuture

streamsupport-cfuture is a backport of the Java 8 CompletableFuture API with the current Java 9 (JEP 266) enhancements for Java 6 to 8 and Android developers
http://sourceforge.net/projects/streamsupport/
GNU General Public License, version 2, with the Classpath Exception
Stefan Zobel
文件下载
文件名 操作
streamsupport-cfuture-1.7.0.jar 下载
streamsupport-cfuture-1.7.0.pom 下载
streamsupport-cfuture-1.7.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sourceforge.streamsupport</groupId>
  <artifactId>streamsupport-cfuture</artifactId>
  <version>1.7.0</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.streamsupport:streamsupport-cfuture:1.7.0'
Gradle Kotlin
implementation("net.sourceforge.streamsupport:streamsupport-cfuture:1.7.0")
Scala SBT
libraryDependencies += "net.sourceforge.streamsupport" % "streamsupport-cfuture" % "1.7.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.streamsupport', module='streamsupport-cfuture', version='1.7.0')
)
Apache Ivy
<dependency org="net.sourceforge.streamsupport" name="streamsupport-cfuture" rev="1.7.0" />
Leiningen
[net.sourceforge.streamsupport/streamsupport-cfuture "1.7.0"]
Apache Buildr
'net.sourceforge.streamsupport:streamsupport-cfuture:jar:1.7.0'