Download acra-4.7.0.jar file - Jar a

Jar examples for a:acra

Description

Publishes a report of an Android application crash to Google docs (or some other end point).

You can download jar file acra 4.7.0 in this page.

License

Apache 2

Build File

You can use the following script to add acra-4.7.0.jar to your project.

<dependency>
   <groupId>ch.acra</groupId>
   <artifactId>acra</artifactId>
   <version>4.7.0</version>
</dependency>
compile group: 'ch.acra', name: 'acra', version: '4.7.0'
libraryDependencies += "ch.acra" % "acra" % "4.7.0"
<dependency org="ch.acra" name="acra" rev="4.7.0"/>
@Grapes(@Grab(group='ch.acra', module='acra', version='4.7.0'))
'ch.acra:acra:jar:4.7.0'

Download

Click the following link to download the jar file.

acra-4.7.0-javadoc.jar
acra-4.7.0-sources.jar
acra-4.7.0.pom



Related Tutorials