не последняя версия
Последняя версия 2.7

org.apache.xmlgraphics:fop 0.95beta

Apache FOP (Formatting Objects Processor) is the world's first print formatter driven by XSL formatting objects (XSL-FO) and the world's first output independent formatter. It is a Java application that reads a formatting object (FO) tree and renders the resulting pages to a specified output. Output formats currently supported include PDF, PCL, PS, AFP, TIFF, PNG, SVG, XML (area tree representation), Print, AWT and TXT. The primary output target is PDF.

Группа

Группа

org.apache.xmlgraphics
Идентификатор

Идентификатор

fop
Версия

Версия

0.95beta
Тип

Тип

jar

Скачать fop 0.95beta

Имя Файла Размер
fop-0.95beta.pom
fop-0.95beta.jar 2 MB
Обзор

<!-- https://jarcasting.com/artifacts/org.apache.xmlgraphics/fop/ -->
<dependency>
    <groupId>org.apache.xmlgraphics</groupId>
    <artifactId>fop</artifactId>
    <version>0.95beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/fop/
implementation 'org.apache.xmlgraphics:fop:0.95beta'
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/fop/
implementation ("org.apache.xmlgraphics:fop:0.95beta")
'org.apache.xmlgraphics:fop:jar:0.95beta'
<dependency org="org.apache.xmlgraphics" name="fop" rev="0.95beta">
  <artifact name="fop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.xmlgraphics', module='fop', version='0.95beta')
)
libraryDependencies += "org.apache.xmlgraphics" % "fop" % "0.95beta"
[org.apache.xmlgraphics/fop "0.95beta"]