epsgraphics
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.sf.epsgraphics</groupId> <artifactId>epsgraphics</artifactId> <version>1.2</version> </dependency>
<?xml version="1.0"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <groupId>net.sf.epsgraphics</groupId> <artifactId>epsgraphics</artifactId> <version>1.2</version> <packaging>jar</packaging> <name>epsgraphics</name> <description>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.</description> <url>http://sourceforge.net/projects/epsgraphics/</url> <licenses> <license> <name>GPLv2</name> <url>http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</url> </license> </licenses> <developers> <developer> <name>Thomas Abeel</name> </developer> </developers> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> </project>