Recent Changes - Search:


SourceForge Logo









YourKit Java Profiler

Downloads

The whole project is available for download from the sourceforge file releases, in the jfacets package (jfacets-<version>.zip).

The archive contains :

  • JFacets source code + binaries + config files examples
  • Third party libraries
  • Maven2 build file

Simply unpack the archive anywhere, and type mvn order to build the project.

A compiled jar file is also available from sf.net, is case you don't want to rebuild the project.

Maven2

JFacets is available from the main maven2 repo. You can include a dependency on JFacets from your pom.xml, like this :

<dependency>   
  <groupId>net.sourceforge.jfacets</groupId>
  <artifactId>jfacets</artifactId>
  <version>2.0</version>
</dependency>

Getting the project from SVN

You may also want to checkout the project from SVN. To do so, check the instructions on the sourceforge page.

Edit - History - Print - Recent Changes - Search
Page last modified on June 04, 2007, at 01:55 PM