Skip to content

CartAGen's core library as a standalone Maven project, available as an artifact via Jitpack.

Notifications You must be signed in to change notification settings

GeOxygene/cartagen-core

 
 

Repository files navigation

cartagen-core

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.

Usage

1. Add the JitPack repository to your build file

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

2. Add the dependency

<dependency>
    <groupId>com.github.GeOxygene</groupId>
    <artifactId>cartagen-core</artifactId>
    <version>0.1</version>
</dependency>