| GroupId | GroupIdme.haga.librespot.spotifi |
|---|---|
| ArtifactId | ArtifactIdlovspotify |
| Version | Version1.5.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| lovspotify-1.5.2.pom | |
| lovspotify-1.5.2.jar | 35 MB |
| lovspotify-1.5.2-sources.jar | 1 MB |
| lovspotify-1.5.2-javadoc.jar | 458 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.haga.librespot.spotifi/lovspotify/ -->
<dependency>
<groupId>me.haga.librespot.spotifi</groupId>
<artifactId>lovspotify</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/me.haga.librespot.spotifi/lovspotify/
implementation 'me.haga.librespot.spotifi:lovspotify:1.5.2'
// https://jarcasting.com/artifacts/me.haga.librespot.spotifi/lovspotify/
implementation ("me.haga.librespot.spotifi:lovspotify:1.5.2")
'me.haga.librespot.spotifi:lovspotify:jar:1.5.2'
<dependency org="me.haga.librespot.spotifi" name="lovspotify" rev="1.5.2">
<artifact name="lovspotify" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.haga.librespot.spotifi', module='lovspotify', version='1.5.2')
)
libraryDependencies += "me.haga.librespot.spotifi" % "lovspotify" % "1.5.2"
[me.haga.librespot.spotifi/lovspotify "1.5.2"]