-
Notifications
You must be signed in to change notification settings - Fork 28
installation
Erich Seifert edited this page Jul 29, 2017
·
2 revisions
You can just add VectorGraphics2D-0.12.jar
to the classpath of your project.
<dependency>
<groupId>de.erichseifert.vectorgraphics2d</groupId>
<artifactId>VectorGraphics2D</artifactId>
<version>0.12</version>
</dependency>
dependencies {
compile group: 'de.erichseifert.vectorgraphics2d', name: 'VectorGraphics2D', version: '0.12'
}
libraryDependencies += "de.erichseifert.vectorgraphics2d" % "VectorGraphics2D" % "0.12"