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