Skip to content

Installation

Mitch Talmadge edited this page May 1, 2019 · 6 revisions

Installing ASCII-Data is easy. Just use your favorite Java dependency management tool!

Dependency Management Snippets

Maven

<dependency>
    <groupId>com.mitchtalmadge</groupId>
    <artifactId>ascii-data</artifactId>
    <version>1.4.0</version>
</dependency>

Gradle

compile 'com.mitchtalmadge:ascii-data:1.4.0'

Other: SBT, Ivy, Grape, etc.

Please view the dependency on the Maven Repository for more snippets and versions:

https://mvnrepository.com/artifact/com.mitchtalmadge/ascii-data