GroupId | GroupIdapp.redwarp.gif |
---|---|
ArtifactId | ArtifactIdandroid-drawable |
Version | Version0.3.0 |
Type | Typeaar |
Filename | Size |
---|---|
android-drawable-0.3.0.pom | |
android-drawable-0.3.0-sources.jar | 4 KB |
android-drawable-0.3.0-javadoc.jar | 285 KB |
Browse |
<!-- https://jarcasting.com/artifacts/app.redwarp.gif/android-drawable/ -->
<dependency>
<groupId>app.redwarp.gif</groupId>
<artifactId>android-drawable</artifactId>
<version>0.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/app.redwarp.gif/android-drawable/
implementation 'app.redwarp.gif:android-drawable:0.3.0'
// https://jarcasting.com/artifacts/app.redwarp.gif/android-drawable/
implementation ("app.redwarp.gif:android-drawable:0.3.0")
'app.redwarp.gif:android-drawable:aar:0.3.0'
<dependency org="app.redwarp.gif" name="android-drawable" rev="0.3.0">
<artifact name="android-drawable" type="aar" />
</dependency>
@Grapes(
@Grab(group='app.redwarp.gif', module='android-drawable', version='0.3.0')
)
libraryDependencies += "app.redwarp.gif" % "android-drawable" % "0.3.0"
[app.redwarp.gif/android-drawable "0.3.0"]