Maven Integration

The recommended way of using Staccatissimo-Restrictions in your project is by adding it as a Maven2 dependency:

    <dependencies>
        <dependency>
            <groupId>net.sf.staccatocommons</groupId>
            <artifactId>commons-restrictions</artifactId>
            <version>2.0</version>
        </dependency>
    </dependencies>