Skip to content
German Escobar edited this page Jan 27, 2014 · 19 revisions

Maven users

First, configure the repository on your pom.xml file:

<repositories>
    <repository>  
        <id>elibom</id>  
        <url>http://repository.elibom.net/nexus/content/repositories/releases</url>  
    </repository>
</repositories>

And then add the dependency:

<dependencies>
    <dependency>
        <groupId>org.jogger</groupId>
        <artifactId>jogger-core</artifactId>
        <version>0.10.0</version>
    </dependency>
</dependencies>

Non-maven users

Download the ZIP distribution that contains the Jogger library and dependencies.