GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdcompletable-futures |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.spotify/completable-futures/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>completable-futures</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/completable-futures/
implementation 'com.spotify:completable-futures:0.1.0'
// https://jarcasting.com/artifacts/com.spotify/completable-futures/
implementation ("com.spotify:completable-futures:0.1.0")
'com.spotify:completable-futures:jar:0.1.0'
<dependency org="com.spotify" name="completable-futures" rev="0.1.0">
<artifact name="completable-futures" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='completable-futures', version='0.1.0')
)
libraryDependencies += "com.spotify" % "completable-futures" % "0.1.0"
[com.spotify/completable-futures "0.1.0"]