Downloading FSPath

FSPath is available for download at sourceforge.net

It is also hosted on the central Maven repository (and its mirrors) so you can add it to your project by specifying the following dependency :

  ...
  <dependency>
    <groupId>net.sf.sugar.fspath</groupId>
    <artifactId>fspath</artifactId>
    <version>{version number}</version>
    <scope>compile</scope>
  </dependency>
  ...

Please check the central maven repository or sourceforge.net for the latest version

Dependencies

FSPath has no compile or runtime dependencies see dependencies.html , all you need is a single 25k jar file. An important goal of the FSPath project is to minimise the dependency on other API's.

System Requirements

FSPath requires Java 1.5 or above.