<dependency>
<groupId>de.vandermeer</groupId>
<artifactId>asciiparagraph</artifactId>
<version>0.1.1</version>
</dependency>
For Maven declare a dependency in the <dependencies>
section of your POM file.
<dependency>
<groupId>de.vandermeer</groupId>
<artifactId>asciiparagraph</artifactId>
<version>0.1.1</version>
</dependency>
compile 'de.vandermeer:asciiparagraph:0.1.1'
For other build systems see Maven Central