ACRA

Publishes reports of Android application crashes to an end point.

License

License

GroupId

GroupId

ch.acra
ArtifactId

ArtifactId

acra-core-ktx
Last Version

Last Version

5.7.0
Release Date

Release Date

Type

Type

aar
Description

Description

ACRA
Publishes reports of Android application crashes to an end point.

Download acra-core-ktx

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
ch.acra : acra-core jar 5.7.0

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.72

Project Modules

There are no modules declared in this project.

Versions

Version
5.7.0
5.6.1
5.6.0
5.5.1