is not current version
Last Version 1.7.4

net.sourceforge.streamsupport:streamsupport-cfuture 1.5.3

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

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.streamsupport
ArtifactId

ArtifactId

streamsupport-cfuture
Version

Version

1.5.3
Type

Type

jar

Download streamsupport-cfuture 1.5.3


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