svg-salamander
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.metsci.ext.com.kitfox.svg</groupId> <artifactId>svg-salamander</artifactId> <version>0.1.19</version> </dependency>
<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> <!-- The version used here is the author's release version, taken from the source repository tag. There is a "version 1.0" deployed to Maven Central, which apparently corresponds to the author's "version 0.0" from 2006. --> <groupId>com.metsci.ext.com.kitfox.svg</groupId> <artifactId>svg-salamander</artifactId> <version>0.1.19</version> <packaging>jar</packaging> <name>SVG Salamander</name> <description>SVG Salamander is an SVG engine for Java that's designed to be small, fast, and allow programmers to use it with a minimum of fuss.</description> <url>https://svgsalamander.java.net</url> <licenses> <license> <name>The BSD 3-Clause License</name> <url>https://svgsalamander.java.net/license/license-bsd.txt</url> <distribution>repo</distribution> </license> <license> <name>The GNU Lesser General Public License</name> <url>https://svgsalamander.java.net/license/license-lgpl.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:svn:https://svn.java.net/svn/svgsalamander~svn</connection> <developerConnection>scm:svn:https://svn.java.net/svn/svgsalamander~svn</developerConnection> <url>https://svn.java.net/svn/svgsalamander~svn</url> </scm> <organization> <name>Kitfox Studios</name> <url>http://www.kitfox.com/</url> </organization> <developers> <developer> <id>mark-mckay</id> <name>Mark McKay</name> <email>mark@kitfox.com</email> </developer> </developers> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> </project>