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