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