x

xmlgraphics-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.
http://xmlgraphics.apache.org/commons/
The Apache Software License, Version 2.0
Apache Software Foundation
文件下载
文件名 操作
xmlgraphics-commons-2.9.jar 下载
xmlgraphics-commons-2.9.pom 下载
xmlgraphics-commons-2.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.xmlgraphics</groupId>
  <artifactId>xmlgraphics-commons</artifactId>
  <version>2.9</version>
</dependency>
Gradle Groovy
implementation 'org.apache.xmlgraphics:xmlgraphics-commons:2.9'
Gradle Kotlin
implementation("org.apache.xmlgraphics:xmlgraphics-commons:2.9")
Scala SBT
libraryDependencies += "org.apache.xmlgraphics" % "xmlgraphics-commons" % "2.9"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.xmlgraphics', module='xmlgraphics-commons', version='2.9')
)
Apache Ivy
<dependency org="org.apache.xmlgraphics" name="xmlgraphics-commons" rev="2.9" />
Leiningen
[org.apache.xmlgraphics/xmlgraphics-commons "2.9"]
Apache Buildr
'org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9'