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