Files download
File Operation
fop-parent-2.6.pom download
Apache Maven
<dependency>
  <groupId>org.apache.xmlgraphics</groupId>
  <artifactId>fop-parent</artifactId>
  <version>2.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.xmlgraphics:fop-parent:2.6'
Gradle Kotlin
implementation("org.apache.xmlgraphics:fop-parent:2.6")
Scala SBT
libraryDependencies += "org.apache.xmlgraphics" % "fop-parent" % "2.6"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.xmlgraphics', module='fop-parent', version='2.6')
)
Apache Ivy
<dependency org="org.apache.xmlgraphics" name="fop-parent" rev="2.6" />
Leiningen
[org.apache.xmlgraphics/fop-parent "2.6"]
Apache Buildr
'org.apache.xmlgraphics:fop-parent:jar:2.6'
Dependencies
The project has no third-party dependencies