is not current version
Last Version 0.3.5

com.spotify:completable-futures 0.2.0

Convenience utilities for working with asynchronous Java 8

GroupId

GroupId

com.spotify
ArtifactId

ArtifactId

completable-futures
Version

Version

0.2.0
Type

Type

jar

Download completable-futures 0.2.0


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