| License | License | 
|---|---|
| Categories | CategoriesCRaSH General Purpose Libraries Utility | 
| GroupId | GroupIdcom.github.shediao.crashsdk | 
| ArtifactId | ArtifactIdtest2 | 
| Last Version | Last Version1.0.9.3 | 
| Release Date | Release Date | 
| Type | Typeaar | 
| Description | Descriptioncrashsdk Android Crash Log | 
| Filename | Size | 
|---|---|
| test2-1.0.9.3.pom | |
| test2-1.0.9.3.aar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.shediao.crashsdk/test2/ -->
<dependency>
    <groupId>com.github.shediao.crashsdk</groupId>
    <artifactId>test2</artifactId>
    <version>1.0.9.3</version>
    <type>aar</type>
</dependency>// https://jarcasting.com/artifacts/com.github.shediao.crashsdk/test2/
implementation 'com.github.shediao.crashsdk:test2:1.0.9.3'// https://jarcasting.com/artifacts/com.github.shediao.crashsdk/test2/
implementation ("com.github.shediao.crashsdk:test2:1.0.9.3")'com.github.shediao.crashsdk:test2:aar:1.0.9.3'<dependency org="com.github.shediao.crashsdk" name="test2" rev="1.0.9.3">
  <artifact name="test2" type="aar" />
</dependency>@Grapes(
@Grab(group='com.github.shediao.crashsdk', module='test2', version='1.0.9.3')
)libraryDependencies += "com.github.shediao.crashsdk" % "test2" % "1.0.9.3"[com.github.shediao.crashsdk/test2 "1.0.9.3"]