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