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