GroupId | GroupIdcom.github.highras |
---|---|
ArtifactId | ArtifactIdrtm-android |
Version | Version2.4.2 |
Type | Typeaar |
Filename | Size |
---|---|
rtm-android-2.4.2.pom | |
rtm-android-2.4.2.aar | 948 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.highras/rtm-android/ -->
<dependency>
<groupId>com.github.highras</groupId>
<artifactId>rtm-android</artifactId>
<version>2.4.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.highras/rtm-android/
implementation 'com.github.highras:rtm-android:2.4.2'
// https://jarcasting.com/artifacts/com.github.highras/rtm-android/
implementation ("com.github.highras:rtm-android:2.4.2")
'com.github.highras:rtm-android:aar:2.4.2'
<dependency org="com.github.highras" name="rtm-android" rev="2.4.2">
<artifact name="rtm-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.highras', module='rtm-android', version='2.4.2')
)
libraryDependencies += "com.github.highras" % "rtm-android" % "2.4.2"
[com.github.highras/rtm-android "2.4.2"]