a

acra-javacore

Publishes reports of Android application crashes to an end point.
http://acra.ch
Apache-2.0
Kevin Gaudin William Ferguson Lukas Morawietz
Files download
File Operation
acra-javacore-5.5.1.jar download
acra-javacore-5.5.1.pom download
acra-javacore-5.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>ch.acra</groupId>
  <artifactId>acra-javacore</artifactId>
  <version>5.5.1</version>
</dependency>
Gradle Groovy
implementation 'ch.acra:acra-javacore:5.5.1'
Gradle Kotlin
implementation("ch.acra:acra-javacore:5.5.1")
Scala SBT
libraryDependencies += "ch.acra" % "acra-javacore" % "5.5.1"
Groovy Grape
@Grapes(
  @Grab(group='ch.acra', module='acra-javacore', version='5.5.1')
)
Apache Ivy
<dependency org="ch.acra" name="acra-javacore" rev="5.5.1" />
Leiningen
[ch.acra/acra-javacore "5.5.1"]
Apache Buildr
'ch.acra:acra-javacore:jar:5.5.1'