is not current version
Last Version 1.0.1

io.github.weiggle:drawable 1.0.0

this is drawable util for Android to instead of xml

GroupId

GroupId

io.github.weiggle
ArtifactId

ArtifactId

drawable
Version

Version

1.0.0
Type

Type

aar

Download drawable 1.0.0


<!-- 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"]