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