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