a

android-rum-agent

Official Split Android RUM Agent
https://split.io
Split Software
Files download
File Operation
android-rum-agent-0.3.0.pom download
android-rum-agent-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.split.client</groupId>
  <artifactId>android-rum-agent</artifactId>
  <version>0.3.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.split.client:android-rum-agent:0.3.0'
Gradle Kotlin
implementation("io.split.client:android-rum-agent:0.3.0")
Scala SBT
libraryDependencies += "io.split.client" % "android-rum-agent" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='io.split.client', module='android-rum-agent', version='0.3.0')
)
Apache Ivy
<dependency org="io.split.client" name="android-rum-agent" rev="0.3.0" />
Leiningen
[io.split.client/android-rum-agent "0.3.0"]
Apache Buildr
'io.split.client:android-rum-agent:jar:0.3.0'