License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.epsgraphics |
ArtifactId | ArtifactIdepsgraphics |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionepsgraphics
EpsGraphics is a Java library to output EPS graphics. EpsGraphics is an extension of Graphics2D that allows you to draw to an EPS file as it was a Java graphics object. CMYK as well as RGB color models are supported.
|
Project URL |
Project URL |
Filename | Size |
---|---|
epsgraphics-1.2.pom | |
epsgraphics-1.2.jar | 13 KB |
epsgraphics-1.2-sources.jar | 14 KB |
epsgraphics-1.2-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.epsgraphics/epsgraphics/ -->
<dependency>
<groupId>net.sf.epsgraphics</groupId>
<artifactId>epsgraphics</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.epsgraphics/epsgraphics/
implementation 'net.sf.epsgraphics:epsgraphics:1.2'
// https://jarcasting.com/artifacts/net.sf.epsgraphics/epsgraphics/
implementation ("net.sf.epsgraphics:epsgraphics:1.2")
'net.sf.epsgraphics:epsgraphics:jar:1.2'
<dependency org="net.sf.epsgraphics" name="epsgraphics" rev="1.2">
<artifact name="epsgraphics" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.epsgraphics', module='epsgraphics', version='1.2')
)
libraryDependencies += "net.sf.epsgraphics" % "epsgraphics" % "1.2"
[net.sf.epsgraphics/epsgraphics "1.2"]