MVN

org.apache.xmlgraphics : batik-swing

Maven & Gradle

Aug 21, 2023
31 usages

org.apache.xmlgraphics:batik-swing · Batik SVG Swing components

<dependency>
    <groupId>org.apache.xmlgraphics</groupId>
    <artifactId>batik-swing</artifactId>
    <version>1.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.xmlgraphics : batik-swing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.17

All Versions

Choose a version of org.apache.xmlgraphics : batik-swing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.17
batik-swing-1.17
1.16
batik-swing-1.16
1.15
batik-swing-1.15
1.14
batik-swing-1.14
1.13
batik-swing-1.13
1.12
batik-swing-1.12
1.11
batik-swing-1.11
1.10
batik-swing-1.10
1.9.x
batik-swing-1.9.1
1.9
batik-swing-1.9
1.8
batik-swing-1.8
1.7
batik-swing-1.7
1.6.x
batik-swing-1.6.1

How to add a dependency to Maven

Add the following org.apache.xmlgraphics : batik-swing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.xmlgraphics</groupId>
    <artifactId>batik-swing</artifactId>
    <version>1.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.xmlgraphics : batik-swing gradle dependency to your build.gradle file:

implementation 'org.apache.xmlgraphics:batik-swing:1.17'

Gradle Kotlin DSL: Add the following org.apache.xmlgraphics : batik-swing gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.xmlgraphics:batik-swing:1.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.xmlgraphics : batik-swing sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.xmlgraphics" % "batik-swing" % "1.17"

Advertisement