Skip to content
Martynas Jusevičius edited this page Oct 14, 2015 · 6 revisions

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

To install Graphity Core:

  • for a stable version, find the latest one on Maven

  • for a SNAPSHOT version

    • checkout the source code
    • build it as jar using Maven
  • include a dependency in your Java project:

      <dependencies>
          <dependency>
              <groupId>org.graphity</groupId>
              <artifactId>core</artifactId>
              <version>1.1.3</version>
          </dependency>
      </dependencies>
    

Third-part Maven dependencies are discovered automatically from pom.xml.

Clone this wiki locally