Download acra-core-5.1.1.jar file - Jar a

Jar examples for a:acra-core

Description

Publishes reports of Android application crashes to an end point.

You can download jar file acra-core 5.1.1 in this page.

License

Apache-2.0

Build File

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

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

Download

Click the following link to download the jar file.

acra-core-5.1.1-javadoc.jar
acra-core-5.1.1-sources.jar
acra-core-5.1.1.pom



Related Tutorials