MVN

org.apache.xmlgraphics : batik-js

Maven & Gradle

Nov 26, 2015
10 usages

Batik patched Rhino · This is a patched version of Rhino 1.6R5 for use by Batik. See http://svn.apache.org/repos/asf/xmlgraphics/batik/trunk/lib/README.js.txt for details of the patch.

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

Latest Version

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

  • Latest Stable: 1.6.1

All Versions

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

Version Vulnerabilities Updated
1.8
batik-js-1.8
1.7
batik-js-1.7
1.6.x
batik-js-1.6.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.xmlgraphics</groupId>
    <artifactId>batik-js</artifactId>
    <version>1.6.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.xmlgraphics:batik-js:1.6.1'

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

implementation("org.apache.xmlgraphics:batik-js:1.6.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.xmlgraphics" % "batik-js" % "1.6.1"