How to install the Java artifact com.nhaarman.acorn.acorn-android with Maven
Java
Maven
pom.xml
com.nhaarman.acorn
acorn-android
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>com.nhaarman.acorn</groupId>
<artifactId>acorn-android</artifactId>
<version>0.11.0</version>
</dependency>
/<dependencies>