| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.xmlgraphics |
| ArtifactId | ArtifactIdfop-parent |
| Version | Version2.6 |
| Type | Typepom |
| Description |
DescriptionApache FOP Parent
XML Graphics Format Object Processor
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| fop-parent-2.6.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.xmlgraphics/fop-parent/ -->
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/fop-parent/
implementation 'org.apache.xmlgraphics:fop-parent:2.6'
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/fop-parent/
implementation ("org.apache.xmlgraphics:fop-parent:2.6")
'org.apache.xmlgraphics:fop-parent:pom:2.6'
<dependency org="org.apache.xmlgraphics" name="fop-parent" rev="2.6">
<artifact name="fop-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.xmlgraphics', module='fop-parent', version='2.6')
)
libraryDependencies += "org.apache.xmlgraphics" % "fop-parent" % "2.6"
[org.apache.xmlgraphics/fop-parent "2.6"]