Categories |
CategoriesData CLI User Interface |
---|---|
GroupId | GroupIdcom.spotify |
ArtifactId | ArtifactIdasync-datastore-client |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.spotify/async-datastore-client/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>async-datastore-client</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/async-datastore-client/
implementation 'com.spotify:async-datastore-client:2.0.0'
// https://jarcasting.com/artifacts/com.spotify/async-datastore-client/
implementation ("com.spotify:async-datastore-client:2.0.0")
'com.spotify:async-datastore-client:jar:2.0.0'
<dependency org="com.spotify" name="async-datastore-client" rev="2.0.0">
<artifact name="async-datastore-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='async-datastore-client', version='2.0.0')
)
libraryDependencies += "com.spotify" % "async-datastore-client" % "2.0.0"
[com.spotify/async-datastore-client "2.0.0"]