b

batik-script

Batik script language support
Files download
File Operation
batik-script-1.10.jar download
batik-script-1.10.pom download
batik-script-1.10-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.xmlgraphics</groupId>
  <artifactId>batik-script</artifactId>
  <version>1.10</version>
</dependency>
Gradle Groovy
implementation 'org.apache.xmlgraphics:batik-script:1.10'
Gradle Kotlin
implementation("org.apache.xmlgraphics:batik-script:1.10")
Scala SBT
libraryDependencies += "org.apache.xmlgraphics" % "batik-script" % "1.10"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.xmlgraphics', module='batik-script', version='1.10')
)
Apache Ivy
<dependency org="org.apache.xmlgraphics" name="batik-script" rev="1.10" />
Leiningen
[org.apache.xmlgraphics/batik-script "1.10"]
Apache Buildr
'org.apache.xmlgraphics:batik-script:jar:1.10'