MVN

cn.richinfo.agent.android : android-agent

Maven & Gradle

May 17, 2017
1 usages
0 stars

RichAPM Android Agent Jar · The RichAPM Android Agent provides run time performance monitoring for Android applications

<dependency>
    <groupId>cn.richinfo.agent.android</groupId>
    <artifactId>android-agent</artifactId>
    <version>1.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.richinfo.agent.android : android-agent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7

All Versions

Choose a version of cn.richinfo.agent.android : android-agent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
android-agent-1.1.7
android-agent-1.1.6
android-agent-1.1.5
android-agent-1.1.4
android-agent-1.1.3
android-agent-1.1.2
android-agent-1.1.1
android-agent-1.1.0
1.0.x
android-agent-1.0.3
android-agent-1.0.1
android-agent-1.0.0

How to add a dependency to Maven

Add the following cn.richinfo.agent.android : android-agent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.richinfo.agent.android</groupId>
    <artifactId>android-agent</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.richinfo.agent.android : android-agent gradle dependency to your build.gradle file:

implementation 'cn.richinfo.agent.android:android-agent:1.1.7'

Gradle Kotlin DSL: Add the following cn.richinfo.agent.android : android-agent gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.richinfo.agent.android:android-agent:1.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.richinfo.agent.android : android-agent sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.richinfo.agent.android" % "android-agent" % "1.1.7"

Advertisement