GroupId | GroupIdapp.rive |
---|---|
ArtifactId | ArtifactIdrive-android |
Version | Version0.2.6 |
Type | Typeaar |
Filename | Size |
---|---|
rive-android-0.2.6.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/app.rive/rive-android/ -->
<dependency>
<groupId>app.rive</groupId>
<artifactId>rive-android</artifactId>
<version>0.2.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/app.rive/rive-android/
implementation 'app.rive:rive-android:0.2.6'
// https://jarcasting.com/artifacts/app.rive/rive-android/
implementation ("app.rive:rive-android:0.2.6")
'app.rive:rive-android:aar:0.2.6'
<dependency org="app.rive" name="rive-android" rev="0.2.6">
<artifact name="rive-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='app.rive', module='rive-android', version='0.2.6')
)
libraryDependencies += "app.rive" % "rive-android" % "0.2.6"
[app.rive/rive-android "0.2.6"]