| GroupId | GroupIdio.github.weiggle |
|---|---|
| ArtifactId | ArtifactIddrawable |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| drawable-1.0.0.pom | |
| drawable-1.0.0-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.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"]