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