is not current version
Last Version 9.1.22

org.xhtmlrenderer:flying-saucer-parent 9.0.2

Flying Saucer is a CSS 2.1 renderer written in Java. It supports Java2D, PDF, and SWT output.

GroupId

GroupId

org.xhtmlrenderer
ArtifactId

ArtifactId

flying-saucer-parent
Version

Version

9.0.2
Type

Type

pom

Download flying-saucer-parent 9.0.2


<!-- https://jarcasting.com/artifacts/org.xhtmlrenderer/flying-saucer-parent/ -->
<dependency>
    <groupId>org.xhtmlrenderer</groupId>
    <artifactId>flying-saucer-parent</artifactId>
    <version>9.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.xhtmlrenderer/flying-saucer-parent/
implementation 'org.xhtmlrenderer:flying-saucer-parent:9.0.2'
// https://jarcasting.com/artifacts/org.xhtmlrenderer/flying-saucer-parent/
implementation ("org.xhtmlrenderer:flying-saucer-parent:9.0.2")
'org.xhtmlrenderer:flying-saucer-parent:pom:9.0.2'
<dependency org="org.xhtmlrenderer" name="flying-saucer-parent" rev="9.0.2">
  <artifact name="flying-saucer-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.xhtmlrenderer', module='flying-saucer-parent', version='9.0.2')
)
libraryDependencies += "org.xhtmlrenderer" % "flying-saucer-parent" % "9.0.2"
[org.xhtmlrenderer/flying-saucer-parent "9.0.2"]