GroupId | GroupIdde.sonallux.spotify |
---|---|
ArtifactId | ArtifactIdspotify-web-api-generator-open-api |
Version | Version2021.4.10 |
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.10</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.10'
// 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.10")
'de.sonallux.spotify:spotify-web-api-generator-open-api:jar:2021.4.10'
<dependency org="de.sonallux.spotify" name="spotify-web-api-generator-open-api" rev="2021.4.10">
<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.10')
)
libraryDependencies += "de.sonallux.spotify" % "spotify-web-api-generator-open-api" % "2021.4.10"
[de.sonallux.spotify/spotify-web-api-generator-open-api "2021.4.10"]