| GroupId | GroupIdcom.spotify |
|---|---|
| ArtifactId | ArtifactIdcompletable-futures |
| Version | Version0.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| completable-futures-0.3.0.pom | |
| completable-futures-0.3.0.jar | 11 KB |
| completable-futures-0.3.0-sources.jar | 11 KB |
| completable-futures-0.3.0-javadoc.jar | 44 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/completable-futures/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>completable-futures</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/completable-futures/
implementation 'com.spotify:completable-futures:0.3.0'
// https://jarcasting.com/artifacts/com.spotify/completable-futures/
implementation ("com.spotify:completable-futures:0.3.0")
'com.spotify:completable-futures:jar:0.3.0'
<dependency org="com.spotify" name="completable-futures" rev="0.3.0">
<artifact name="completable-futures" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='completable-futures', version='0.3.0')
)
libraryDependencies += "com.spotify" % "completable-futures" % "0.3.0"
[com.spotify/completable-futures "0.3.0"]