is not current version
Last Version 1.7.4

net.sourceforge.streamsupport:streamsupport-cfuture 1.4.1

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

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.streamsupport
ArtifactId

ArtifactId

streamsupport-cfuture
Version

Version

1.4.1
Type

Type

jar

Download streamsupport-cfuture 1.4.1


<!-- https://jarcasting.com/artifacts/net.sourceforge.streamsupport/streamsupport-cfuture/ -->
<dependency>
    <groupId>net.sourceforge.streamsupport</groupId>
    <artifactId>streamsupport-cfuture</artifactId>
    <version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.streamsupport/streamsupport-cfuture/
implementation 'net.sourceforge.streamsupport:streamsupport-cfuture:1.4.1'
// https://jarcasting.com/artifacts/net.sourceforge.streamsupport/streamsupport-cfuture/
implementation ("net.sourceforge.streamsupport:streamsupport-cfuture:1.4.1")
'net.sourceforge.streamsupport:streamsupport-cfuture:jar:1.4.1'
<dependency org="net.sourceforge.streamsupport" name="streamsupport-cfuture" rev="1.4.1">
  <artifact name="streamsupport-cfuture" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.streamsupport', module='streamsupport-cfuture', version='1.4.1')
)
libraryDependencies += "net.sourceforge.streamsupport" % "streamsupport-cfuture" % "1.4.1"
[net.sourceforge.streamsupport/streamsupport-cfuture "1.4.1"]