MVN

com.newrelic.agent.android : instrumentation

Maven & Gradle

Jul 10, 2023
9 stars

New Relic Android Instrumentation Agent · The New Relic Android instrumentation agent instruments and rewrites classes for Android applications

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

Latest Version

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

  • Latest Stable: 7.0.0

All Versions

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

Version Vulnerabilities Updated
7.0.x
instrumentation-7.0.0
6.11.x
instrumentation-6.11.1
instrumentation-6.11.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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