-
Notifications
You must be signed in to change notification settings - Fork 2
Utils
flbulgarelli edited this page Jan 28, 2012
·
1 revision
Staccatissimo-Util is the StaccatoCommons library that contains miscellaneous, non-core classes and functions that extend functionality of Staccatissimo-Lang. It provides:
-
Utilities for handling
Callable
s -
Functions for handling Strings
You can learn more about Staccatissimo-Util by following the above links wiki pages, or by having a look at its Javadoc
Add it as a Maven dependency
<dependencies>
<dependency>
<groupId>net.sf.staccatocommons</groupId>
<artifactId>staccatissimo-util</artifactId>
<version>${staccatissimo.version}</version>
</dependency>
</dependencies>