| GroupId | GroupIdme.haga.librespot.spotifi |
|---|---|
| ArtifactId | ArtifactIdlovspotify |
| Version | Version1.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| lovspotify-1.3.0.pom | |
| lovspotify-1.3.0.jar | 26 MB |
| lovspotify-1.3.0-sources.jar | 1 MB |
| lovspotify-1.3.0-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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.haga.librespot.spotifi/lovspotify/
implementation 'me.haga.librespot.spotifi:lovspotify:1.3.0'
// https://jarcasting.com/artifacts/me.haga.librespot.spotifi/lovspotify/
implementation ("me.haga.librespot.spotifi:lovspotify:1.3.0")
'me.haga.librespot.spotifi:lovspotify:jar:1.3.0'
<dependency org="me.haga.librespot.spotifi" name="lovspotify" rev="1.3.0">
<artifact name="lovspotify" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.haga.librespot.spotifi', module='lovspotify', version='1.3.0')
)
libraryDependencies += "me.haga.librespot.spotifi" % "lovspotify" % "1.3.0"
[me.haga.librespot.spotifi/lovspotify "1.3.0"]