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