wiki:Download
Last modified 3 years ago Last modified on 03/12/2010 02:01:10 PM

Direct Download

If packaged, the individual modules will also provide links to the downloadable files.

Download via Maven

You can get the packages from our local Maven 2 repository. Add the following lines to your Maven settings file (or you project-specific POM).

Note : They have to be added between the <repositories> ... </repositories> tags.

<repository>
        <releases>
                <enabled>true</enabled>
        </releases>
        <snapshots>
                <enabled>false</enabled>
        </snapshots>
        <id>ifgi.releases</id>
        <name>Ifgi - Maven releases</name>
        <url>http://ifgi-redundance.uni-muenster.de/mvn-repository/releases/</url>
</repository>
<repository>
        <releases>
                <enabled>false</enabled>
        </releases>
        <snapshots>
                <enabled>true</enabled>
        </snapshots>
        <id>ifgi.snapshots</id>
        <name>Ifgi - Maven snapshots</name>
        <url>http://ifgi-redundance.uni-muenster.de/mvn-repository/snapshots/</url>
</repository>

Download via Subversion

If you want to package for yourself, go ahead and download the code from the subversion repository. Use URL to access it:

http://svn6.assembla.com/svn/sapience