r

realtimedata

Integrate the live blog in real time into your Android client applications with speed and efficiency. Our SDK helps you focus on the client's implementation of initializing, configuring and displaying the live blog.
https://github.com/stationfy/Arena-SDK-Android-source
The Apache Software License, Version 2.0
Arena Im
Files download
File Operation
realtimedata-1.2560.pom download
realtimedata-1.2560-sources.jar download
Apache Maven
<dependency>
  <groupId>im.arena</groupId>
  <artifactId>realtimedata</artifactId>
  <version>1.2560</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'im.arena:realtimedata:1.2560'
Gradle Kotlin
implementation("im.arena:realtimedata:1.2560")
Scala SBT
libraryDependencies += "im.arena" % "realtimedata" % "1.2560"
Groovy Grape
@Grapes(
  @Grab(group='im.arena', module='realtimedata', version='1.2560')
)
Apache Ivy
<dependency org="im.arena" name="realtimedata" rev="1.2560" />
Leiningen
[im.arena/realtimedata "1.2560"]
Apache Buildr
'im.arena:realtimedata:jar:1.2560'