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