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

org.apache.xmlgraphics:fop 0.95beta-1

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-1
Тип

Тип

jar

Скачать fop 0.95beta-1

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

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