Skip to content
flbulgarelli edited this page Jan 28, 2012 · 1 revision

Staccatissimo-Util

Quick Overview

Staccatissimo-Util is the StaccatoCommons library that contains miscellaneous, non-core classes and functions that extend functionality of Staccatissimo-Lang. It provides:

Learn More

You can learn more about Staccatissimo-Util by following the above links wiki pages, or by having a look at its Javadoc

Adding it to your project

Add it as a Maven dependency

    <dependencies>
        <dependency>
            <groupId>net.sf.staccatocommons</groupId>
            <artifactId>staccatissimo-util</artifactId>
            <version>${staccatissimo.version}</version>
        </dependency>
    </dependencies>
Clone this wiki locally