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