MVN

cn.richinfo.agent.android : agent-maven-plugin

Maven & Gradle

May 31, 2017
0 stars

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

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

Latest Version

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

  • Latest Stable: 1.1.7

All Versions

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

Version Vulnerabilities Updated
1.1.x
agent-maven-plugin-1.1.7
agent-maven-plugin-1.1.2
agent-maven-plugin-1.1.1
agent-maven-plugin-1.1.0
1.0.x
agent-maven-plugin-1.0.3
agent-maven-plugin-1.0.1
agent-maven-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

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