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