| Группа | Группаxyz.gianlu.librespot |
|---|---|
| Идентификатор | Идентификаторlibrespot-core |
| Версия | Версия0.6.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| librespot-core-0.6.1.pom | |
| librespot-core-0.6.1.jar | 348 KB |
| librespot-core-0.6.1-sources.jar | 136 KB |
| librespot-core-0.6.1-javadoc.jar | 73 KB |
| librespot-core-0.6.1-jar-with-dependencies.jar | 10 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-core/ -->
<dependency>
<groupId>xyz.gianlu.librespot</groupId>
<artifactId>librespot-core</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-core/
implementation 'xyz.gianlu.librespot:librespot-core:0.6.1'
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-core/
implementation ("xyz.gianlu.librespot:librespot-core:0.6.1")
'xyz.gianlu.librespot:librespot-core:jar:0.6.1'
<dependency org="xyz.gianlu.librespot" name="librespot-core" rev="0.6.1">
<artifact name="librespot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.gianlu.librespot', module='librespot-core', version='0.6.1')
)
libraryDependencies += "xyz.gianlu.librespot" % "librespot-core" % "0.6.1"
[xyz.gianlu.librespot/librespot-core "0.6.1"]