CartAGen is a plugin for GeOxygene dedicated to cartographic generalisation.
This repo hosts CartAGen's core library as a standalone Maven project, available as an artifact via Jitpack.
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.GeOxygene</groupId>
<artifactId>cartagen-core</artifactId>
<version>0.1</version>
</dependency>