MVN

org.apache.xmlgraphics : batik-gui-util

Maven & Gradle

Aug 21, 2023
12 usages

org.apache.xmlgraphics:batik-gui-util · Batik GUI utilities

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

Latest Version

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

  • Latest Stable: 1.17

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.apache.xmlgraphics:batik-gui-util:1.17'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement