b

batik-shared-resources

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