MVN

org.apache.xmlgraphics : batik-ext

Maven & Gradle

Oct 14, 2022
58 usages

org.apache.xmlgraphics:batik-ext · Batik external code

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

Latest Version

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

  • Latest Stable: 1.16

All Versions

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

  • Version Updated
  • batik-ext-1.16

    Oct 14, 2022
  • batik-ext-1.15

    Sep 15, 2022
  • batik-ext-1.14

    Jan 12, 2021
  • batik-ext-1.13

    May 05, 2020
  • batik-ext-1.12

    Oct 25, 2019
  • batik-ext-1.11

    Feb 01, 2019
  • batik-ext-1.10

    May 11, 2018
  • batik-ext-1.9.1

    Jul 25, 2017
  • batik-ext-1.9

    Apr 10, 2017
  • batik-ext-1.6.1

    Nov 26, 2015
  • batik-ext-1.8

    May 30, 2015
  • batik-ext-1.7

    Jan 09, 2008

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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