| Категории |
КатегорииДанные CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.spotify |
| Идентификатор | Идентификаторasync-datastore-client |
| Версия | Версия3.0.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.spotify/async-datastore-client/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>async-datastore-client</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/async-datastore-client/
implementation 'com.spotify:async-datastore-client:3.0.0'
// https://jarcasting.com/artifacts/com.spotify/async-datastore-client/
implementation ("com.spotify:async-datastore-client:3.0.0")
'com.spotify:async-datastore-client:jar:3.0.0'
<dependency org="com.spotify" name="async-datastore-client" rev="3.0.0">
<artifact name="async-datastore-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='async-datastore-client', version='3.0.0')
)
libraryDependencies += "com.spotify" % "async-datastore-client" % "3.0.0"
[com.spotify/async-datastore-client "3.0.0"]