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