Skip to content
Martynas Jusevičius edited this page Jul 2, 2018 · 6 revisions

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

To install AtomGraph Core:

  • for a stable version

  • for a SNAPSHOT version

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

      <dependencies>
          <dependency>
              <groupId>com.atomgraph</groupId>
              <artifactId>core</artifactId>
              <version>2.0.0</version>
          </dependency>
      </dependencies>
    

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

Clone this wiki locally