| Categories |
CategoriesNative Development Tools CRaSH General Purpose Libraries Utility |
|---|---|
| GroupId | GroupIdcom.tencent.bugly |
| ArtifactId | ArtifactIdnativecrashreport |
| Version | Version3.2.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| nativecrashreport-3.2.0.pom | |
| nativecrashreport-3.2.0.aar | 354 KB |
| nativecrashreport-3.2.0-sources.jar | 261 bytes |
| nativecrashreport-3.2.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.bugly/nativecrashreport/ -->
<dependency>
<groupId>com.tencent.bugly</groupId>
<artifactId>nativecrashreport</artifactId>
<version>3.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.bugly/nativecrashreport/
implementation 'com.tencent.bugly:nativecrashreport:3.2.0'
// https://jarcasting.com/artifacts/com.tencent.bugly/nativecrashreport/
implementation ("com.tencent.bugly:nativecrashreport:3.2.0")
'com.tencent.bugly:nativecrashreport:aar:3.2.0'
<dependency org="com.tencent.bugly" name="nativecrashreport" rev="3.2.0">
<artifact name="nativecrashreport" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.bugly', module='nativecrashreport', version='3.2.0')
)
libraryDependencies += "com.tencent.bugly" % "nativecrashreport" % "3.2.0"
[com.tencent.bugly/nativecrashreport "3.2.0"]