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