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