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