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