MVN

org.xhtmlrenderer : flying-saucer-fop

Maven & Gradle

Apr 29, 2021
1.6k stars

Flying Saucer FOP for word-break capability · Flying Saucer is a CSS 2.1 renderer written in Java. This artifact provides implementation of the word-break capability using Apache FOP library

<dependency>
    <groupId>org.xhtmlrenderer</groupId>
    <artifactId>flying-saucer-fop</artifactId>
    <version>9.1.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.xhtmlrenderer : flying-saucer-fop to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.1.22

All Versions

Choose a version of org.xhtmlrenderer : flying-saucer-fop to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.1.x
flying-saucer-fop-9.1.22
flying-saucer-fop-9.1.21
flying-saucer-fop-9.1.20
flying-saucer-fop-9.1.19
flying-saucer-fop-9.1.18
flying-saucer-fop-9.1.17
flying-saucer-fop-9.1.16
flying-saucer-fop-9.1.15
flying-saucer-fop-9.1.14
flying-saucer-fop-9.1.13
flying-saucer-fop-9.1.12
flying-saucer-fop-9.1.11
flying-saucer-fop-9.1.9
flying-saucer-fop-9.1.8
flying-saucer-fop-9.1.7
flying-saucer-fop-9.1.6
flying-saucer-fop-9.1.5
flying-saucer-fop-9.1.4
flying-saucer-fop-9.1.3
flying-saucer-fop-9.1.2

How to add a dependency to Maven

Add the following org.xhtmlrenderer : flying-saucer-fop maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.xhtmlrenderer</groupId>
    <artifactId>flying-saucer-fop</artifactId>
    <version>9.1.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.xhtmlrenderer : flying-saucer-fop gradle dependency to your build.gradle file:

implementation 'org.xhtmlrenderer:flying-saucer-fop:9.1.22'

Gradle Kotlin DSL: Add the following org.xhtmlrenderer : flying-saucer-fop gradle kotlin dependency to your build.gradle.kts file:

implementation("org.xhtmlrenderer:flying-saucer-fop:9.1.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.xhtmlrenderer : flying-saucer-fop sbt scala dependency to your build.sbt file:

libraryDependencies += "org.xhtmlrenderer" % "flying-saucer-fop" % "9.1.22"

Advertisement