GroupId | GroupIdorg.xhtmlrenderer |
---|---|
ArtifactId | ArtifactIdflying-saucer-parent |
Version | Version9.1.6 |
Type | Typepom |
Filename | Size |
---|---|
flying-saucer-parent-9.1.6.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xhtmlrenderer/flying-saucer-parent/ -->
<dependency>
<groupId>org.xhtmlrenderer</groupId>
<artifactId>flying-saucer-parent</artifactId>
<version>9.1.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.xhtmlrenderer/flying-saucer-parent/
implementation 'org.xhtmlrenderer:flying-saucer-parent:9.1.6'
// https://jarcasting.com/artifacts/org.xhtmlrenderer/flying-saucer-parent/
implementation ("org.xhtmlrenderer:flying-saucer-parent:9.1.6")
'org.xhtmlrenderer:flying-saucer-parent:pom:9.1.6'
<dependency org="org.xhtmlrenderer" name="flying-saucer-parent" rev="9.1.6">
<artifact name="flying-saucer-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.xhtmlrenderer', module='flying-saucer-parent', version='9.1.6')
)
libraryDependencies += "org.xhtmlrenderer" % "flying-saucer-parent" % "9.1.6"
[org.xhtmlrenderer/flying-saucer-parent "9.1.6"]