| License |
License |
|---|---|
| GroupId | GroupIdio.github.weiggle |
| ArtifactId | ArtifactIddrawable |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptiondrawable
this is drawable util for Android to instead of xml
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| drawable-1.0.1.pom | |
| drawable-1.0.1-sources.jar | 7 KB |
| Browse |
<!-- 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"]