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