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