GroupId | GroupIdde.sonallux.spotify |
---|---|
ArtifactId | ArtifactIdspotify-web-api-core |
Version | Version2021.8.23 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.sonallux.spotify/spotify-web-api-core/ -->
<dependency>
<groupId>de.sonallux.spotify</groupId>
<artifactId>spotify-web-api-core</artifactId>
<version>2021.8.23</version>
</dependency>
// https://jarcasting.com/artifacts/de.sonallux.spotify/spotify-web-api-core/
implementation 'de.sonallux.spotify:spotify-web-api-core:2021.8.23'
// https://jarcasting.com/artifacts/de.sonallux.spotify/spotify-web-api-core/
implementation ("de.sonallux.spotify:spotify-web-api-core:2021.8.23")
'de.sonallux.spotify:spotify-web-api-core:jar:2021.8.23'
<dependency org="de.sonallux.spotify" name="spotify-web-api-core" rev="2021.8.23">
<artifact name="spotify-web-api-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sonallux.spotify', module='spotify-web-api-core', version='2021.8.23')
)
libraryDependencies += "de.sonallux.spotify" % "spotify-web-api-core" % "2021.8.23"
[de.sonallux.spotify/spotify-web-api-core "2021.8.23"]