GroupId | GroupIdapp.redwarp.gif |
---|---|
ArtifactId | ArtifactIdandroid-drawable |
Version | Version1.1.1 |
Type | Typeaar |
Filename | Size |
---|---|
android-drawable-1.1.1.pom | |
android-drawable-1.1.1-sources.jar | 8 KB |
android-drawable-1.1.1-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>1.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/app.redwarp.gif/android-drawable/
implementation 'app.redwarp.gif:android-drawable:1.1.1'
// https://jarcasting.com/artifacts/app.redwarp.gif/android-drawable/
implementation ("app.redwarp.gif:android-drawable:1.1.1")
'app.redwarp.gif:android-drawable:aar:1.1.1'
<dependency org="app.redwarp.gif" name="android-drawable" rev="1.1.1">
<artifact name="android-drawable" type="aar" />
</dependency>
@Grapes(
@Grab(group='app.redwarp.gif', module='android-drawable', version='1.1.1')
)
libraryDependencies += "app.redwarp.gif" % "android-drawable" % "1.1.1"
[app.redwarp.gif/android-drawable "1.1.1"]