MVN

org.apache.xmlgraphics : batik-dom

Maven & Gradle

Oct 14, 2022
76 usages

org.apache.xmlgraphics:batik-dom · Batik DOM implementation

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

Latest Version

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

  • Latest Stable: 1.16

All Versions

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

  • Version Updated
  • batik-dom-1.16

    Oct 14, 2022
  • batik-dom-1.15

    Sep 15, 2022
  • batik-dom-1.14

    Jan 12, 2021
  • batik-dom-1.13

    May 05, 2020
  • batik-dom-1.12

    Oct 25, 2019
  • batik-dom-1.11

    Feb 01, 2019
  • batik-dom-1.10

    May 11, 2018
  • batik-dom-1.9.1

    Jul 25, 2017
  • batik-dom-1.9

    Apr 10, 2017
  • batik-dom-1.6.1

    Nov 26, 2015
  • batik-dom-1.8

    May 11, 2015
  • batik-dom-1.7

    Jan 09, 2008

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.xmlgraphics</groupId>
    <artifactId>batik-dom</artifactId>
    <version>1.16</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.xmlgraphics:batik-dom:1.16'

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

implementation("org.apache.xmlgraphics:batik-dom:1.16")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.xmlgraphics" % "batik-dom" % "1.16"