MVN

org.apache.xmlgraphics : xmlgraphics-commons

Maven & Gradle

Aug 21, 2023
128 usages

Apache XML Graphics Commons · Apache XML Graphics Commons is a library that consists of several reusable components used by Apache Batik and Apache FOP. Many of these components can easily be used separately outside the domains of SVG and XSL-FO.

<dependency>
    <groupId>org.apache.xmlgraphics</groupId>
    <artifactId>xmlgraphics-commons</artifactId>
    <version>2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.9

All Versions

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

Version Vulnerabilities Updated
2.9
xmlgraphics-commons-2.9
2.8
xmlgraphics-commons-2.8
2.7
xmlgraphics-commons-2.7
2.6
xmlgraphics-commons-2.6
2.4
xmlgraphics-commons-2.4
CVE-2020-11988
2.3
xmlgraphics-commons-2.3
CVE-2020-11988
2.2
xmlgraphics-commons-2.2
CVE-2020-11988
2.1
xmlgraphics-commons-2.1
CVE-2020-11988
2.0.x
xmlgraphics-commons-2.0.1
CVE-2020-11988
2.0
xmlgraphics-commons-2.0
CVE-2020-11988
1.5
xmlgraphics-commons-1.5
CVE-2020-11988
1.4
xmlgraphics-commons-1.4
CVE-2020-11988
1.3.x
xmlgraphics-commons-1.3.1
CVE-2020-11988
1.3
xmlgraphics-commons-1.3
CVE-2020-11988
1.2
xmlgraphics-commons-1.2
CVE-2020-11988
1.1
xmlgraphics-commons-1.1
CVE-2020-11988

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.xmlgraphics</groupId>
    <artifactId>xmlgraphics-commons</artifactId>
    <version>2.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.xmlgraphics:xmlgraphics-commons:2.9'

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

implementation("org.apache.xmlgraphics:xmlgraphics-commons:2.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.xmlgraphics" % "xmlgraphics-commons" % "2.9"

Advertisement