is not current version
Last Version 0.13

de.erichseifert.vectorgraphics2d:VectorGraphics2D 0.11

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

GroupId

GroupId

de.erichseifert.vectorgraphics2d
ArtifactId

ArtifactId

VectorGraphics2D
Version

Version

0.11
Type

Type

jar

Download VectorGraphics2D 0.11


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