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