MVN

com.metsci.ext.com.kitfox.svg : svg-salamander

Maven & Gradle

May 03, 2016
5 usages

SVG Salamander · 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.

<dependency>
    <groupId>com.metsci.ext.com.kitfox.svg</groupId>
    <artifactId>svg-salamander</artifactId>
    <version>0.1.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.metsci.ext.com.kitfox.svg : svg-salamander to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.19

All Versions

Choose a version of com.metsci.ext.com.kitfox.svg : svg-salamander to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
svg-salamander-0.1.19
CVE-2017-5617

How to add a dependency to Maven

Add the following com.metsci.ext.com.kitfox.svg : svg-salamander maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.metsci.ext.com.kitfox.svg</groupId>
    <artifactId>svg-salamander</artifactId>
    <version>0.1.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.metsci.ext.com.kitfox.svg : svg-salamander gradle dependency to your build.gradle file:

implementation 'com.metsci.ext.com.kitfox.svg:svg-salamander:0.1.19'

Gradle Kotlin DSL: Add the following com.metsci.ext.com.kitfox.svg : svg-salamander gradle kotlin dependency to your build.gradle.kts file:

implementation("com.metsci.ext.com.kitfox.svg:svg-salamander:0.1.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.metsci.ext.com.kitfox.svg : svg-salamander sbt scala dependency to your build.sbt file:

libraryDependencies += "com.metsci.ext.com.kitfox.svg" % "svg-salamander" % "0.1.19"

Advertisement