f

fop

XML Graphics Format Object Processor All-In-One
文件下载
文件名 操作
fop-2.4.jar 下载
fop-2.4.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.xmlgraphics</groupId>
  <artifactId>fop</artifactId>
  <version>2.4</version>
</dependency>
Gradle Groovy
implementation 'org.apache.xmlgraphics:fop:2.4'
Gradle Kotlin
implementation("org.apache.xmlgraphics:fop:2.4")
Scala SBT
libraryDependencies += "org.apache.xmlgraphics" % "fop" % "2.4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.xmlgraphics', module='fop', version='2.4')
)
Apache Ivy
<dependency org="org.apache.xmlgraphics" name="fop" rev="2.4" />
Leiningen
[org.apache.xmlgraphics/fop "2.4"]
Apache Buildr
'org.apache.xmlgraphics:fop:jar:2.4'