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