is not current version
Last Version 0.3.5

com.spotify:completable-futures 0.3.2

Convenience utilities for working with asynchronous Java 8

GroupId

GroupId

com.spotify
ArtifactId

ArtifactId

completable-futures
Version

Version

0.3.2
Type

Type

jar

Download completable-futures 0.3.2


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