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