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