| License | License | 
|---|---|
| Categories | CategoriesCRaSH General Purpose Libraries Utility | 
| GroupId | GroupIdcom.umeng.umsdk | 
| ArtifactId | ArtifactIdapm-crash | 
| Last Version | Last Version1.5.2.1.crash.1.0.0 | 
| Release Date | Release Date | 
| Type | Typeaar | 
| Description | Descriptionapm-crash apm-crash lib. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| apm-crash-1.5.2.1.crash.1.0.0.pom | |
| Browse | 
<!-- https://jarcasting.com/artifacts/com.umeng.umsdk/apm-crash/ -->
<dependency>
    <groupId>com.umeng.umsdk</groupId>
    <artifactId>apm-crash</artifactId>
    <version>1.5.2.1.crash.1.0.0</version>
    <type>aar</type>
</dependency>// https://jarcasting.com/artifacts/com.umeng.umsdk/apm-crash/
implementation 'com.umeng.umsdk:apm-crash:1.5.2.1.crash.1.0.0'// https://jarcasting.com/artifacts/com.umeng.umsdk/apm-crash/
implementation ("com.umeng.umsdk:apm-crash:1.5.2.1.crash.1.0.0")'com.umeng.umsdk:apm-crash:aar:1.5.2.1.crash.1.0.0'<dependency org="com.umeng.umsdk" name="apm-crash" rev="1.5.2.1.crash.1.0.0">
  <artifact name="apm-crash" type="aar" />
</dependency>@Grapes(
@Grab(group='com.umeng.umsdk', module='apm-crash', version='1.5.2.1.crash.1.0.0')
)libraryDependencies += "com.umeng.umsdk" % "apm-crash" % "1.5.2.1.crash.1.0.0"[com.umeng.umsdk/apm-crash "1.5.2.1.crash.1.0.0"]