Skip to content
pumba-lt edited this page Mar 5, 2013 · 6 revisions

Graphity is a Maven Web application. It requires Java 1.7 (due to the improvements in the Locale class).

You have the following options to install Graphity:

  • checkout the source code from the Git repository and build it as a Maven webapp
  • download the project as a .jar library and include it in your Java project (Maven repository is not available yet)

Maven dependencies are discovered automatically from pom.xml.

Clone this wiki locally