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