| License | License
                                                        The Bugly Software License, Version 1.0                                                 | 
|---|---|
| Categories | CategoriesCRaSH General Purpose Libraries Utility | 
| GroupId | GroupIdcom.tencent.bugly | 
| ArtifactId | ArtifactIdtest-crash | 
| Last Version | Last Version0.2 | 
| Release Date | Release Date | 
| Type | Typeaar | 
| Description | Description"test-crash" bugly | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| test-crash-0.2.pom | |
| test-crash-0.2-sources.jar | 701 bytes | 
| test-crash-0.2-so-symbols.jar | 261 bytes | 
| test-crash-0.2-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.tencent.bugly/test-crash/ -->
<dependency>
    <groupId>com.tencent.bugly</groupId>
    <artifactId>test-crash</artifactId>
    <version>0.2</version>
    <type>aar</type>
</dependency>// https://jarcasting.com/artifacts/com.tencent.bugly/test-crash/
implementation 'com.tencent.bugly:test-crash:0.2'// https://jarcasting.com/artifacts/com.tencent.bugly/test-crash/
implementation ("com.tencent.bugly:test-crash:0.2")'com.tencent.bugly:test-crash:aar:0.2'<dependency org="com.tencent.bugly" name="test-crash" rev="0.2">
  <artifact name="test-crash" type="aar" />
</dependency>@Grapes(
@Grab(group='com.tencent.bugly', module='test-crash', version='0.2')
)libraryDependencies += "com.tencent.bugly" % "test-crash" % "0.2"[com.tencent.bugly/test-crash "0.2"]