MVN

com.appdynamics : appdynamics-native-crash-handler

Maven & Gradle

Aug 04, 2023

AppDynamics Instrumentation Android Native Crash Handler · Native Crash Reporting for your Android app.

<dependency>
    <groupId>com.appdynamics</groupId>
    <artifactId>appdynamics-native-crash-handler</artifactId>
    <version>23.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.appdynamics : appdynamics-native-crash-handler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 23.7.1

All Versions

Choose a version of com.appdynamics : appdynamics-native-crash-handler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
23.7.x
appdynamics-native-crash-handler-23.7.1
23.6.x
appdynamics-native-crash-handler-23.6.0
23.4.x
appdynamics-native-crash-handler-23.4.1
23.2.x
appdynamics-native-crash-handler-23.2.1
22.8.x
appdynamics-native-crash-handler-22.8.0
22.2.x
appdynamics-native-crash-handler-22.2.2
21.11.x
appdynamics-native-crash-handler-21.11.1
appdynamics-native-crash-handler-21.11.0
21.6.x
appdynamics-native-crash-handler-21.6.0
21.5.x
appdynamics-native-crash-handler-21.5.0
21.4.x
appdynamics-native-crash-handler-21.4.0
21.2.x
appdynamics-native-crash-handler-21.2.1
20.12.x
appdynamics-native-crash-handler-20.12.1
20.11.x
appdynamics-native-crash-handler-20.11.1
20.10.x
appdynamics-native-crash-handler-20.10.2
appdynamics-native-crash-handler-20.10.1
appdynamics-native-crash-handler-20.10.0
20.7.x
appdynamics-native-crash-handler-20.7.1
appdynamics-native-crash-handler-20.7.0
20.5.x
appdynamics-native-crash-handler-20.5.2
appdynamics-native-crash-handler-20.5.0
20.4.x
appdynamics-native-crash-handler-20.4.0
20.3.x
appdynamics-native-crash-handler-20.3.1
appdynamics-native-crash-handler-20.3.0
5.3.x
appdynamics-native-crash-handler-5.3.1565
appdynamics-native-crash-handler-5.3.1558
5.2.x
appdynamics-native-crash-handler-5.2.1552
5.1.x
appdynamics-native-crash-handler-5.1.1535
appdynamics-native-crash-handler-5.1.1524
appdynamics-native-crash-handler-5.1.1521
appdynamics-native-crash-handler-5.1.1478
5.0.x
appdynamics-native-crash-handler-5.0.1437
4.5.x
appdynamics-native-crash-handler-4.5.6.1384
appdynamics-native-crash-handler-4.5.6.1363
appdynamics-native-crash-handler-4.5.5.1300
appdynamics-native-crash-handler-4.5.4.1262
appdynamics-native-crash-handler-4.5.2.1229
appdynamics-native-crash-handler-4.5.1.1180
appdynamics-native-crash-handler-4.5.0.1068
appdynamics-native-crash-handler-4.5.0.1034
4.4.x
appdynamics-native-crash-handler-4.4.3.928
appdynamics-native-crash-handler-4.4.2.783
appdynamics-native-crash-handler-4.4.1.695
appdynamics-native-crash-handler-4.4.1.637
appdynamics-native-crash-handler-4.4.1.589
appdynamics-native-crash-handler-4.4.0.440
4.3.x
appdynamics-native-crash-handler-4.3.7.425
appdynamics-native-crash-handler-4.3.5.352
appdynamics-native-crash-handler-4.3.3.0
appdynamics-native-crash-handler-4.3.2.0
appdynamics-native-crash-handler-4.3.1.0
appdynamics-native-crash-handler-4.3.0.2

How to add a dependency to Maven

Add the following com.appdynamics : appdynamics-native-crash-handler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.appdynamics</groupId>
    <artifactId>appdynamics-native-crash-handler</artifactId>
    <version>23.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.appdynamics : appdynamics-native-crash-handler gradle dependency to your build.gradle file:

implementation 'com.appdynamics:appdynamics-native-crash-handler:23.7.1'

Gradle Kotlin DSL: Add the following com.appdynamics : appdynamics-native-crash-handler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.appdynamics:appdynamics-native-crash-handler:23.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.appdynamics : appdynamics-native-crash-handler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.appdynamics" % "appdynamics-native-crash-handler" % "23.7.1"