is not current version
Last Version 5.9.3

ch.acra:acra-core 5.6.0

Publishes reports of Android application crashes to an end point.

GroupId

GroupId

ch.acra
ArtifactId

ArtifactId

acra-core
Version

Version

5.6.0
Type

Type

aar

Download acra-core 5.6.0


<!-- https://jarcasting.com/artifacts/ch.acra/acra-core/ -->
<dependency>
    <groupId>ch.acra</groupId>
    <artifactId>acra-core</artifactId>
    <version>5.6.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ch.acra/acra-core/
implementation 'ch.acra:acra-core:5.6.0'
// https://jarcasting.com/artifacts/ch.acra/acra-core/
implementation ("ch.acra:acra-core:5.6.0")
'ch.acra:acra-core:aar:5.6.0'
<dependency org="ch.acra" name="acra-core" rev="5.6.0">
  <artifact name="acra-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='ch.acra', module='acra-core', version='5.6.0')
)
libraryDependencies += "ch.acra" % "acra-core" % "5.6.0"
[ch.acra/acra-core "5.6.0"]