Categories |
CategoriesCRaSH General Purpose Libraries Utility |
---|---|
GroupId | GroupIdio.github.yidun |
ArtifactId | ArtifactIdcrashreport |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
crashreport-1.0.0.pom | |
crashreport-1.0.0-sources.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.yidun/crashreport/ -->
<dependency>
<groupId>io.github.yidun</groupId>
<artifactId>crashreport</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.yidun/crashreport/
implementation 'io.github.yidun:crashreport:1.0.0'
// https://jarcasting.com/artifacts/io.github.yidun/crashreport/
implementation ("io.github.yidun:crashreport:1.0.0")
'io.github.yidun:crashreport:aar:1.0.0'
<dependency org="io.github.yidun" name="crashreport" rev="1.0.0">
<artifact name="crashreport" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.yidun', module='crashreport', version='1.0.0')
)
libraryDependencies += "io.github.yidun" % "crashreport" % "1.0.0"
[io.github.yidun/crashreport "1.0.0"]