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