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