License |
License
The Bugly Software License, Version 1.0
|
---|---|
Categories |
CategoriesCRaSH General Purpose Libraries Utility |
GroupId | GroupIdcom.tencent.bugly |
ArtifactId | ArtifactIdcrashreport |
Last Version | Last Version4.0.4 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionCrash report Library for Android
bugly
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
crashreport-4.0.4.pom | |
crashreport-4.0.4.aar | 457 KB |
crashreport-4.0.4-sources.jar | 205 KB |
crashreport-4.0.4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.bugly/crashreport/ -->
<dependency>
<groupId>com.tencent.bugly</groupId>
<artifactId>crashreport</artifactId>
<version>4.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.bugly/crashreport/
implementation 'com.tencent.bugly:crashreport:4.0.4'
// https://jarcasting.com/artifacts/com.tencent.bugly/crashreport/
implementation ("com.tencent.bugly:crashreport:4.0.4")
'com.tencent.bugly:crashreport:aar:4.0.4'
<dependency org="com.tencent.bugly" name="crashreport" rev="4.0.4">
<artifact name="crashreport" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.bugly', module='crashreport', version='4.0.4')
)
libraryDependencies += "com.tencent.bugly" % "crashreport" % "4.0.4"
[com.tencent.bugly/crashreport "4.0.4"]