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.1.3.jar download
acra-javacore-5.1.3.pom download
acra-javacore-5.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>ch.acra</groupId>
  <artifactId>acra-javacore</artifactId>
  <version>5.1.3</version>
</dependency>
Gradle Groovy
implementation 'ch.acra:acra-javacore:5.1.3'
Gradle Kotlin
implementation("ch.acra:acra-javacore:5.1.3")
Scala SBT
libraryDependencies += "ch.acra" % "acra-javacore" % "5.1.3"
Groovy Grape
@Grapes(
  @Grab(group='ch.acra', module='acra-javacore', version='5.1.3')
)
Apache Ivy
<dependency org="ch.acra" name="acra-javacore" rev="5.1.3" />
Leiningen
[ch.acra/acra-javacore "5.1.3"]
Apache Buildr
'ch.acra:acra-javacore:jar:5.1.3'