MVN

com.tencent.bugly : nativecrashreport

Maven & Gradle

Jul 27, 2021
5 usages

Native crash report Library for Android · bugly

<dependency>
    <groupId>com.tencent.bugly</groupId>
    <artifactId>nativecrashreport</artifactId>
    <version>3.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tencent.bugly : nativecrashreport to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.9.2

All Versions

Choose a version of com.tencent.bugly : nativecrashreport to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.9.x
nativecrashreport-3.9.2
nativecrashreport-3.9.1
nativecrashreport-3.9.0
3.8.x
nativecrashreport-3.8.0
3.7.x
nativecrashreport-3.7.47
nativecrashreport-3.7.7
nativecrashreport-3.7.5
nativecrashreport-3.7.3
nativecrashreport-3.7.1
3.6.x
nativecrashreport-3.6.0.1
nativecrashreport-3.6.0.0
nativecrashreport-3.6.0
3.3.x
nativecrashreport-3.3.1
nativecrashreport-3.3.0
3.2.x
nativecrashreport-3.2.0
3.1.x
nativecrashreport-3.1.2
nativecrashreport-3.1.0
3.0
nativecrashreport-3.0
2.2.x
nativecrashreport-2.2.0
0.2
nativecrashreport-0.2
0.1
nativecrashreport-0.1

How to add a dependency to Maven

Add the following com.tencent.bugly : nativecrashreport maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tencent.bugly</groupId>
    <artifactId>nativecrashreport</artifactId>
    <version>3.9.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tencent.bugly : nativecrashreport gradle dependency to your build.gradle file:

implementation 'com.tencent.bugly:nativecrashreport:3.9.2'

Gradle Kotlin DSL: Add the following com.tencent.bugly : nativecrashreport gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tencent.bugly:nativecrashreport:3.9.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tencent.bugly : nativecrashreport sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tencent.bugly" % "nativecrashreport" % "3.9.2"

Advertisement