License |
License |
---|---|
GroupId | GroupIdch.acra |
ArtifactId | ArtifactIdacra-core-ktx |
Last Version | Last Version5.7.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionACRA
Publishes reports of Android application crashes to an end point.
|
Filename | Size |
---|---|
acra-core-ktx-5.7.0.pom | |
acra-core-ktx-5.7.0.aar | 4 KB |
acra-core-ktx-5.7.0-sources.jar | 1 KB |
acra-core-ktx-5.7.0-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.acra/acra-core-ktx/ -->
<dependency>
<groupId>ch.acra</groupId>
<artifactId>acra-core-ktx</artifactId>
<version>5.7.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ch.acra/acra-core-ktx/
implementation 'ch.acra:acra-core-ktx:5.7.0'
// https://jarcasting.com/artifacts/ch.acra/acra-core-ktx/
implementation ("ch.acra:acra-core-ktx:5.7.0")
'ch.acra:acra-core-ktx:aar:5.7.0'
<dependency org="ch.acra" name="acra-core-ktx" rev="5.7.0">
<artifact name="acra-core-ktx" type="aar" />
</dependency>
@Grapes(
@Grab(group='ch.acra', module='acra-core-ktx', version='5.7.0')
)
libraryDependencies += "ch.acra" % "acra-core-ktx" % "5.7.0"
[ch.acra/acra-core-ktx "5.7.0"]
Group / Artifact | Type | Version |
---|---|---|
ch.acra : acra-core | jar | 5.7.0 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.72 |