-
Notifications
You must be signed in to change notification settings - Fork 32
usage
Erich Seifert edited this page Mar 12, 2016
·
1 revision
You can just add gral-core.jar
to the classpath of your project.
If you want to use GRAL with your Maven project you will have to include it as
a dependency in your pom.xml
:
<dependency>
<groupId>de.erichseifert.gral</groupId>
<artifactId>gral-core</artifactId>
<version>0.11</version>
</dependency>
dependencies {
compile group: 'de.erichseifert.gral', name: 'gral-core', version: '0.11'
}
libraryDependencies += "de.erichseifert.gral" % "gral-core" % "0.11"