is not current version
Last Version 9.1.22

org.xhtmlrenderer:flying-saucer-core 9.1.15

Flying Saucer is a CSS 2.1 renderer written in Java. This artifact contains the core rendering and layout code as well as Java2D output.

GroupId

GroupId

org.xhtmlrenderer
ArtifactId

ArtifactId

flying-saucer-core
Version

Version

9.1.15
Type

Type

jar

Download flying-saucer-core 9.1.15


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