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.1.jar 下载
xmlgraphics-commons-2.1.pom 下载
xmlgraphics-commons-2.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.xmlgraphics</groupId>
  <artifactId>xmlgraphics-commons</artifactId>
  <version>2.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.xmlgraphics:xmlgraphics-commons:2.1'
Gradle Kotlin
implementation("org.apache.xmlgraphics:xmlgraphics-commons:2.1")
Scala SBT
libraryDependencies += "org.apache.xmlgraphics" % "xmlgraphics-commons" % "2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.xmlgraphics', module='xmlgraphics-commons', version='2.1')
)
Apache Ivy
<dependency org="org.apache.xmlgraphics" name="xmlgraphics-commons" rev="2.1" />
Leiningen
[org.apache.xmlgraphics/xmlgraphics-commons "2.1"]
Apache Buildr
'org.apache.xmlgraphics:xmlgraphics-commons:jar:2.1'