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