Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.beardbot |
ArtifactId | ArtifactIdlastfm-unscrobble |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
lastfm-unscrobble-0.2.pom | |
lastfm-unscrobble-0.2.jar | 10 KB |
lastfm-unscrobble-0.2-sources.jar | 8 KB |
lastfm-unscrobble-0.2-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.beardbot/lastfm-unscrobble/ -->
<dependency>
<groupId>net.beardbot</groupId>
<artifactId>lastfm-unscrobble</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.beardbot/lastfm-unscrobble/
implementation 'net.beardbot:lastfm-unscrobble:0.2'
// https://jarcasting.com/artifacts/net.beardbot/lastfm-unscrobble/
implementation ("net.beardbot:lastfm-unscrobble:0.2")
'net.beardbot:lastfm-unscrobble:jar:0.2'
<dependency org="net.beardbot" name="lastfm-unscrobble" rev="0.2">
<artifact name="lastfm-unscrobble" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.beardbot', module='lastfm-unscrobble', version='0.2')
)
libraryDependencies += "net.beardbot" % "lastfm-unscrobble" % "0.2"
[net.beardbot/lastfm-unscrobble "0.2"]