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