a

acra-notification

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