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