Download acra-4.5.0RC.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.5.0RC in this page.

License

Apache 2

Build File

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

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

Download

Click the following link to download the jar file.

acra-4.5.0RC-javadoc.jar
acra-4.5.0RC-sources.jar
acra-4.5.0RC.jar
acra-4.5.0RC.pom



Related Tutorials