не последняя версия
Последняя версия 1.0.1

io.github.weiggle:drawable 1.0.0

this is drawable util for Android to instead of xml

Группа

Группа

io.github.weiggle
Идентификатор

Идентификатор

drawable
Версия

Версия

1.0.0
Тип

Тип

aar

Скачать drawable 1.0.0

Имя Файла Размер
drawable-1.0.0.pom
drawable-1.0.0-sources.jar 7 KB
Обзор

<!-- https://jarcasting.com/artifacts/io.github.weiggle/drawable/ -->
<dependency>
    <groupId>io.github.weiggle</groupId>
    <artifactId>drawable</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.weiggle/drawable/
implementation 'io.github.weiggle:drawable:1.0.0'
// https://jarcasting.com/artifacts/io.github.weiggle/drawable/
implementation ("io.github.weiggle:drawable:1.0.0")
'io.github.weiggle:drawable:aar:1.0.0'
<dependency org="io.github.weiggle" name="drawable" rev="1.0.0">
  <artifact name="drawable" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.weiggle', module='drawable', version='1.0.0')
)
libraryDependencies += "io.github.weiggle" % "drawable" % "1.0.0"
[io.github.weiggle/drawable "1.0.0"]