| Группа | Группаio.github.dumarsma |
|---|---|
| Идентификатор | Идентификаторplayer |
| Версия | Версия1.0.6 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| player-1.0.6.pom | |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.dumarsma/player/ -->
<dependency>
<groupId>io.github.dumarsma</groupId>
<artifactId>player</artifactId>
<version>1.0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.dumarsma/player/
implementation 'io.github.dumarsma:player:1.0.6'
// https://jarcasting.com/artifacts/io.github.dumarsma/player/
implementation ("io.github.dumarsma:player:1.0.6")
'io.github.dumarsma:player:aar:1.0.6'
<dependency org="io.github.dumarsma" name="player" rev="1.0.6">
<artifact name="player" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.dumarsma', module='player', version='1.0.6')
)
libraryDependencies += "io.github.dumarsma" % "player" % "1.0.6"
[io.github.dumarsma/player "1.0.6"]