Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 599 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 599 Bytes

SVG4J

Simple Java SVG renderer

Utils

See SVGUtils

Maven artifact and repository

<dependency>
  <groupId>org.omnaest.svg</groupId>
  <artifactId>SVG4J</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>

Please add the following OSS snapshot repository to you projects pom.xml:

<repositories>
    <repository>
        <id>ossrh</id>
        <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </repository>
</repositories>