Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdde.sonallux.spotify |
ArtifactId | ArtifactIdspotify-web-api-java-parent |
Version | Version2.0.0 |
Type | Typepom |
Filename | Size |
---|---|
spotify-web-api-java-parent-2.0.0.pom | 7 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>2.0.0</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:2.0.0'
// https://jarcasting.com/artifacts/de.sonallux.spotify/spotify-web-api-java-parent/
implementation ("de.sonallux.spotify:spotify-web-api-java-parent:2.0.0")
'de.sonallux.spotify:spotify-web-api-java-parent:pom:2.0.0'
<dependency org="de.sonallux.spotify" name="spotify-web-api-java-parent" rev="2.0.0">
<artifact name="spotify-web-api-java-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.sonallux.spotify', module='spotify-web-api-java-parent', version='2.0.0')
)
libraryDependencies += "de.sonallux.spotify" % "spotify-web-api-java-parent" % "2.0.0"
[de.sonallux.spotify/spotify-web-api-java-parent "2.0.0"]