MVN

com.newrelic.agent.android : android-agent

Maven & Gradle

Jul 10, 2023
8 usages
9 stars

New Relic Android Agent · The New Relic Android agent provides performance monitoring instrumentation for Android applications

<dependency>
    <groupId>com.newrelic.agent.android</groupId>
    <artifactId>android-agent</artifactId>
    <version>7.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 7.0.0

All Versions

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

Version Vulnerabilities Updated
7.0.x
android-agent-7.0.0
6.11.x
android-agent-6.11.1
android-agent-6.11.0
6.10.x
android-agent-6.10.0
6.9.x
android-agent-6.9.2
android-agent-6.9.1
android-agent-6.9.0
6.8.x
android-agent-6.8.0
6.7.x
android-agent-6.7.0
6.6.x
android-agent-6.6.0
6.5.x
android-agent-6.5.0
6.4.x
android-agent-6.4.1
android-agent-6.4.0
6.3.x
android-agent-6.3.1
android-agent-6.3.0
6.2.x
android-agent-6.2.1
android-agent-6.2.0
6.1.x
android-agent-6.1.0
6.0.x
android-agent-6.0.0
5.28.x
android-agent-5.28.1
android-agent-5.28.0
5.27.x
android-agent-5.27.1
android-agent-5.27.0
5.26.x
android-agent-5.26.0
5.25.x
android-agent-5.25.2
android-agent-5.25.1
android-agent-5.25.0
5.24.x
android-agent-5.24.3
android-agent-5.24.2
android-agent-5.24.1
android-agent-5.24.0
5.23.x
android-agent-5.23.0
5.22.x
android-agent-5.22.1
android-agent-5.22.0
5.21.x
android-agent-5.21.3
android-agent-5.21.2
android-agent-5.21.1
android-agent-5.21.0
5.20.x
android-agent-5.20.0
5.19.x
android-agent-5.19.1
android-agent-5.19.0
5.18.x
android-agent-5.18.1
android-agent-5.18.0
5.17.x
android-agent-5.17.2
android-agent-5.17.1
android-agent-5.17.0
5.16.x
android-agent-5.16.0
5.15.x
android-agent-5.15.2
android-agent-5.15.1
android-agent-5.15.0
5.14.x
android-agent-5.14.0
5.13.x
android-agent-5.13.0
5.12.x
android-agent-5.12.3
android-agent-5.12.2
android-agent-5.12.1
android-agent-5.12.0
5.11.x
android-agent-5.11.0
5.10.x
android-agent-5.10.0
5.9.x
android-agent-5.9.0
5.8.x
android-agent-5.8.4
android-agent-5.8.3
android-agent-5.8.2
android-agent-5.8.1
android-agent-5.8.0
5.7.x
android-agent-5.7.1
android-agent-5.7.0
5.6.x
android-agent-5.6.1
android-agent-5.6.0
5.5.x
android-agent-5.5.0
5.4.x
android-agent-5.4.1
android-agent-5.4.0
5.3.x
android-agent-5.3.3
android-agent-5.3.2
android-agent-5.3.1
android-agent-5.3.0
5.2.x
android-agent-5.2.1
android-agent-5.2.0
5.1.x
android-agent-5.1.2
android-agent-5.1.1
android-agent-5.1.0
5.0.x
android-agent-5.0.3
android-agent-5.0.1
android-agent-5.0.0
4.98.x
android-agent-4.98.0
4.95.x
android-agent-4.95.0
4.87.x
android-agent-4.87.0
4.83.x
android-agent-4.83.0
4.273.x
android-agent-4.273.4
4.265.x
android-agent-4.265.0
4.244.x
android-agent-4.244.0
4.190.x
android-agent-4.190.0
4.178.x
android-agent-4.178.0
4.177.x
android-agent-4.177.0
4.120.x
android-agent-4.120.0
3.429.x
android-agent-3.429.0
3.419.x
android-agent-3.419.0
3.407.x
android-agent-3.407.0
3.378.x
android-agent-3.378.0
3.361.x
android-agent-3.361.0
3.330.x
android-agent-3.330.0
3.308.x
android-agent-3.308.0
3.264.x
android-agent-3.264.0
3.239.x
android-agent-3.239.0
3.214.x
android-agent-3.214.0
3.199.x
android-agent-3.199.0
2.444.x
android-agent-2.444.0
2.440.x
android-agent-2.440.0
2.433.x
android-agent-2.433.0
2.426.x
android-agent-2.426.0
2.412.x
android-agent-2.412.0
2.397
android-agent-2.397
2.365
android-agent-2.365

How to add a dependency to Maven

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

<dependency>
    <groupId>com.newrelic.agent.android</groupId>
    <artifactId>android-agent</artifactId>
    <version>7.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.newrelic.agent.android:android-agent:7.0.0'

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

implementation("com.newrelic.agent.android:android-agent:7.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.newrelic.agent.android" % "android-agent" % "7.0.0"