MVN

com.github.rjolly : flying-saucer

Maven & Gradle

Aug 22, 2020
0 stars

flying-saucer · XML/XHTML+MathML+SVG and CSS 2.1 browser in pure Java.

<dependency>
    <groupId>com.github.rjolly</groupId>
    <artifactId>flying-saucer</artifactId>
    <version>9.1.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.rjolly : flying-saucer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.1.24

All Versions

Choose a version of com.github.rjolly : flying-saucer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.1.x
flying-saucer-9.1.24
flying-saucer-9.1.23
flying-saucer-9.1.22
flying-saucer-9.1.21
flying-saucer-9.1.20
flying-saucer-9.1.12
flying-saucer-9.1.1
9.0.x
flying-saucer-9.0.9

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.rjolly</groupId>
    <artifactId>flying-saucer</artifactId>
    <version>9.1.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.rjolly : flying-saucer gradle dependency to your build.gradle file:

implementation 'com.github.rjolly:flying-saucer:9.1.24'

Gradle Kotlin DSL: Add the following com.github.rjolly : flying-saucer gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.rjolly:flying-saucer:9.1.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.rjolly : flying-saucer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.rjolly" % "flying-saucer" % "9.1.24"

Advertisement