| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.xmlgraphics |
| ArtifactId | ArtifactIdfop |
| Last Version | Last Version2.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache FOP All-In-One
XML Graphics Format Object Processor All-In-One
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| fop-2.7.pom | |
| fop-2.7.jar | 4 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.xmlgraphics/fop/ -->
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop</artifactId>
<version>2.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/fop/
implementation 'org.apache.xmlgraphics:fop:2.7'
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/fop/
implementation ("org.apache.xmlgraphics:fop:2.7")
'org.apache.xmlgraphics:fop:jar:2.7'
<dependency org="org.apache.xmlgraphics" name="fop" rev="2.7">
<artifact name="fop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.xmlgraphics', module='fop', version='2.7')
)
libraryDependencies += "org.apache.xmlgraphics" % "fop" % "2.7"
[org.apache.xmlgraphics/fop "2.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.xmlgraphics : fop-util | jar | 2.7 |
| org.apache.xmlgraphics : fop-events | jar | 2.7 |
| org.apache.xmlgraphics : fop-core | jar | 2.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |