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