We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SNAPSHOT
jar
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.
pom.xml
There was an error while loading. Please reload this page.