| GroupId | GroupIdcom.github.android-s14 |
|---|---|
| ArtifactId | ArtifactIdrve |
| Version | Version1.1.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| rve-1.1.0.pom | |
| rve-1.1.0.aar | 67 KB |
| rve-1.1.0-sources.jar | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.android-s14/rve/ -->
<dependency>
<groupId>com.github.android-s14</groupId>
<artifactId>rve</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.android-s14/rve/
implementation 'com.github.android-s14:rve:1.1.0'
// https://jarcasting.com/artifacts/com.github.android-s14/rve/
implementation ("com.github.android-s14:rve:1.1.0")
'com.github.android-s14:rve:aar:1.1.0'
<dependency org="com.github.android-s14" name="rve" rev="1.1.0">
<artifact name="rve" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.android-s14', module='rve', version='1.1.0')
)
libraryDependencies += "com.github.android-s14" % "rve" % "1.1.0"
[com.github.android-s14/rve "1.1.0"]