| Группа | Группаcom.spotify |
|---|---|
| Идентификатор | Идентификаторfutures-extra |
| Версия | Версия4.2.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| futures-extra-4.2.0.pom | |
| futures-extra-4.2.0.jar | 37 KB |
| futures-extra-4.2.0-sources.jar | 21 KB |
| futures-extra-4.2.0-javadoc.jar | 559 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.spotify/futures-extra/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>futures-extra</artifactId>
<version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/futures-extra/
implementation 'com.spotify:futures-extra:4.2.0'
// https://jarcasting.com/artifacts/com.spotify/futures-extra/
implementation ("com.spotify:futures-extra:4.2.0")
'com.spotify:futures-extra:jar:4.2.0'
<dependency org="com.spotify" name="futures-extra" rev="4.2.0">
<artifact name="futures-extra" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='futures-extra', version='4.2.0')
)
libraryDependencies += "com.spotify" % "futures-extra" % "4.2.0"
[com.spotify/futures-extra "4.2.0"]