MVN

com.formdev : svgSalamander

Maven & Gradle

Oct 06, 2022
7 usages
23 stars

com.formdev:svgSalamander · A tool for displaying and playing SVG content using the Java2D.

<dependency>
    <groupId>com.formdev</groupId>
    <artifactId>svgSalamander</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.formdev : svgSalamander to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4

All Versions

Choose a version of com.formdev : svgSalamander to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
svgSalamander-1.1.4
svgSalamander-1.1.3
svgSalamander-1.1.2.4
svgSalamander-1.1.2.3
svgSalamander-1.1.2.1

How to add a dependency to Maven

Add the following com.formdev : svgSalamander maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.formdev</groupId>
    <artifactId>svgSalamander</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.formdev : svgSalamander gradle dependency to your build.gradle file:

implementation 'com.formdev:svgSalamander:1.1.4'

Gradle Kotlin DSL: Add the following com.formdev : svgSalamander gradle kotlin dependency to your build.gradle.kts file:

implementation("com.formdev:svgSalamander:1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.formdev : svgSalamander sbt scala dependency to your build.sbt file:

libraryDependencies += "com.formdev" % "svgSalamander" % "1.1.4"

Advertisement

Dependencies from Group

Aug 10, 2023
34 usages
3k stars
Oct 06, 2022
7 usages
23 stars
Aug 10, 2023
5 usages
3k stars
Aug 10, 2023
4 usages
3k stars
Aug 10, 2023
2 usages
3k stars

Discover Dependencies