Maven 2

To get the latest stable release, just add a dependency to it in your pom.xml

        <dependency>
            <groupId>net.sf.tacos</groupId>
            <artifactId>tacos-core</artifactId>
            <version>4.1.1</version>           
        </dependency>

If you're having troubles finding tacos in the central maven repo, add this one:

        <repository>
            <id>tacos-stable</id> 
            <name>Tacos Stable Repo</name> 
            <url>http://tacos.sourceforge.net/repository/</url> 
        </repository> 

Maven 2 (snapshot)

To always get the latest snapshot (and probably unstable) release, add the nightly tacos repository in your pom.xml

            http://tacos.sourceforge.net/nightly/ 

Then add a dependency to tacos for version

            4.1.2-SNAPSHOT           

Direct Download

Get the most recent stable jar from this folder or the latest snapshot from here.

Installing

Add the following lines in you .application file

        <library id="tacos" specification-path="/net/sf/tacos/Tacos.library"/>
        <library id="dojo" specification-path="/net/sf/tacos/Dojo.library"/>