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