| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.xmlgraphics |
| ArtifactId | ArtifactIdfop-transcoder |
| Last Version | Last Version2.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache FOP Transcoder
XML Graphics Format Object Processor Transcoder
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| fop-transcoder-2.7.pom | |
| fop-transcoder-2.7.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.xmlgraphics/fop-transcoder/ -->
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-transcoder</artifactId>
<version>2.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/fop-transcoder/
implementation 'org.apache.xmlgraphics:fop-transcoder:2.7'
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/fop-transcoder/
implementation ("org.apache.xmlgraphics:fop-transcoder:2.7")
'org.apache.xmlgraphics:fop-transcoder:jar:2.7'
<dependency org="org.apache.xmlgraphics" name="fop-transcoder" rev="2.7">
<artifact name="fop-transcoder" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.xmlgraphics', module='fop-transcoder', version='2.7')
)
libraryDependencies += "org.apache.xmlgraphics" % "fop-transcoder" % "2.7"
[org.apache.xmlgraphics/fop-transcoder "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 |