Categories |
CategoriesMessaging Application Layer Libs |
---|---|
GroupId | GroupIdco.realtime |
ArtifactId | ArtifactIdmessaging-android |
Version | Version2.1.58 |
Type | Typeaar |
Filename | Size |
---|---|
messaging-android-2.1.58.pom | |
messaging-android-2.1.58.aar | 163 KB |
messaging-android-2.1.58-sources.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.realtime/messaging-android/ -->
<dependency>
<groupId>co.realtime</groupId>
<artifactId>messaging-android</artifactId>
<version>2.1.58</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.realtime/messaging-android/
implementation 'co.realtime:messaging-android:2.1.58'
// https://jarcasting.com/artifacts/co.realtime/messaging-android/
implementation ("co.realtime:messaging-android:2.1.58")
'co.realtime:messaging-android:aar:2.1.58'
<dependency org="co.realtime" name="messaging-android" rev="2.1.58">
<artifact name="messaging-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.realtime', module='messaging-android', version='2.1.58')
)
libraryDependencies += "co.realtime" % "messaging-android" % "2.1.58"
[co.realtime/messaging-android "2.1.58"]