is not current version
Last Version 0.13

de.erichseifert.vectorgraphics2d:VectorGraphics2D 0.12

A library for adding vector export to Java(R) Graphics2D.

GroupId

GroupId

de.erichseifert.vectorgraphics2d
ArtifactId

ArtifactId

VectorGraphics2D
Version

Version

0.12
Type

Type

jar

Download VectorGraphics2D 0.12


<!-- https://jarcasting.com/artifacts/de.erichseifert.vectorgraphics2d/VectorGraphics2D/ -->
<dependency>
    <groupId>de.erichseifert.vectorgraphics2d</groupId>
    <artifactId>VectorGraphics2D</artifactId>
    <version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/de.erichseifert.vectorgraphics2d/VectorGraphics2D/
implementation 'de.erichseifert.vectorgraphics2d:VectorGraphics2D:0.12'
// https://jarcasting.com/artifacts/de.erichseifert.vectorgraphics2d/VectorGraphics2D/
implementation ("de.erichseifert.vectorgraphics2d:VectorGraphics2D:0.12")
'de.erichseifert.vectorgraphics2d:VectorGraphics2D:jar:0.12'
<dependency org="de.erichseifert.vectorgraphics2d" name="VectorGraphics2D" rev="0.12">
  <artifact name="VectorGraphics2D" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.erichseifert.vectorgraphics2d', module='VectorGraphics2D', version='0.12')
)
libraryDependencies += "de.erichseifert.vectorgraphics2d" % "VectorGraphics2D" % "0.12"
[de.erichseifert.vectorgraphics2d/VectorGraphics2D "0.12"]