b

batik-constants

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