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