Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.06 KB

ReadMe.md

File metadata and controls

36 lines (26 loc) · 1.06 KB

JOpenCTM

Java implementation of the OpenCTM file-format. This library is licensed under the LGPL 3.0 License.

maven dependency:

    <dependency>
        <groupId>com.github.danny02</groupId>
        <artifactId>JOpenCTM</artifactId>
        <version>1.3</version>
    </dependency>

To use the latest snap-shot build use this in your pom:

Build Status

    <dependency>
        <groupId>com.github.danny02</groupId>
        <artifactId>JOpenCTM</artifactId>
        <version>1.4-SNAPSHOT</version>
    </dependency>

and also this repository:

    <repository>
            <id>sonatype-nexus-snapshots</id>
            <name>Sonatype Nexus Snapshots</name>
            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
            <snapshots>
                    <enabled>true</enabled>
            </snapshots>
    </repository>