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