GroupId | GroupIdru.blizzed |
---|---|
ArtifactId | ArtifactIdopenlastfm |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
openlastfm-1.0.2.pom | |
openlastfm-1.0.2.jar | 95 KB |
openlastfm-1.0.2-sources.jar | 59 KB |
openlastfm-1.0.2-javadoc.jar | 419 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.blizzed/openlastfm/ -->
<dependency>
<groupId>ru.blizzed</groupId>
<artifactId>openlastfm</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/ru.blizzed/openlastfm/
implementation 'ru.blizzed:openlastfm:1.0.2'
// https://jarcasting.com/artifacts/ru.blizzed/openlastfm/
implementation ("ru.blizzed:openlastfm:1.0.2")
'ru.blizzed:openlastfm:jar:1.0.2'
<dependency org="ru.blizzed" name="openlastfm" rev="1.0.2">
<artifact name="openlastfm" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.blizzed', module='openlastfm', version='1.0.2')
)
libraryDependencies += "ru.blizzed" % "openlastfm" % "1.0.2"
[ru.blizzed/openlastfm "1.0.2"]