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