MVN

com.newrelic.agent.android : agent-ndk

Maven & Gradle

Jul 20, 2023
0 stars

com.newrelic.agent.android.agent-ndk · The New Relic Android Native Agent provides crash reporting for Android NDK applications

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

Latest Version

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

  • Latest Stable: 1.0.3

All Versions

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

Version Vulnerabilities Updated
1.0.x
agent-ndk-1.0.3
agent-ndk-1.0.2
agent-ndk-1.0.1
agent-ndk-1.0.0
0.6.x
agent-ndk-0.6.0
0.5.x
agent-ndk-0.5.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.newrelic.agent.android:agent-ndk:1.0.3'

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

implementation("com.newrelic.agent.android:agent-ndk:1.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.newrelic.agent.android" % "agent-ndk" % "1.0.3"