License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdde.sonallux.spotify |
ArtifactId | ArtifactIdspotify-web-api-java-parent |
Last Version | Last Version3.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionspotify-web-api-java-parent
A Java wrapper for Spotify's Web API
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spotify-web-api-java-parent-3.0.1.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.sonallux.spotify/spotify-web-api-java-parent/ -->
<dependency>
<groupId>de.sonallux.spotify</groupId>
<artifactId>spotify-web-api-java-parent</artifactId>
<version>3.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.sonallux.spotify/spotify-web-api-java-parent/
implementation 'de.sonallux.spotify:spotify-web-api-java-parent:3.0.1'
// https://jarcasting.com/artifacts/de.sonallux.spotify/spotify-web-api-java-parent/
implementation ("de.sonallux.spotify:spotify-web-api-java-parent:3.0.1")
'de.sonallux.spotify:spotify-web-api-java-parent:pom:3.0.1'
<dependency org="de.sonallux.spotify" name="spotify-web-api-java-parent" rev="3.0.1">
<artifact name="spotify-web-api-java-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.sonallux.spotify', module='spotify-web-api-java-parent', version='3.0.1')
)
libraryDependencies += "de.sonallux.spotify" % "spotify-web-api-java-parent" % "3.0.1"
[de.sonallux.spotify/spotify-web-api-java-parent "3.0.1"]