drawable

this is drawable util for Android to instead of xml

License

License

GroupId

GroupId

io.github.weiggle
ArtifactId

ArtifactId

drawable
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

aar
Description

Description

drawable
this is drawable util for Android to instead of xml
Project URL

Project URL

https://github.com/weiggle/DrawableSample/
Source Code Management

Source Code Management

https://github.com/weiggle/DrawableSample/

Download drawable

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0