f

flying-saucer-fop

Flying Saucer is a CSS 2.1 renderer written in Java. This artifact provides implementation of the word-break capability using Apache FOP library
GNU Lesser General Public License (LGPL), version 2.1 or later Apache License, Version 2.0, January 2004
Files download
File Operation
flying-saucer-fop-9.11.1.jar download
flying-saucer-fop-9.11.1.pom download
flying-saucer-fop-9.11.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xhtmlrenderer</groupId>
  <artifactId>flying-saucer-fop</artifactId>
  <version>9.11.1</version>
</dependency>
Gradle Groovy
implementation 'org.xhtmlrenderer:flying-saucer-fop:9.11.1'
Gradle Kotlin
implementation("org.xhtmlrenderer:flying-saucer-fop:9.11.1")
Scala SBT
libraryDependencies += "org.xhtmlrenderer" % "flying-saucer-fop" % "9.11.1"
Groovy Grape
@Grapes(
  @Grab(group='org.xhtmlrenderer', module='flying-saucer-fop', version='9.11.1')
)
Apache Ivy
<dependency org="org.xhtmlrenderer" name="flying-saucer-fop" rev="9.11.1" />
Leiningen
[org.xhtmlrenderer/flying-saucer-fop "9.11.1"]
Apache Buildr
'org.xhtmlrenderer:flying-saucer-fop:jar:9.11.1'