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