GroupId | GroupIdorg.xhtmlrenderer |
---|---|
ArtifactId | ArtifactIdflying-saucer-parent |
Version | Version9.0.1 |
Type | Typepom |
Filename | Size |
---|---|
flying-saucer-parent-9.0.1.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.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.xhtmlrenderer/flying-saucer-parent/
implementation 'org.xhtmlrenderer:flying-saucer-parent:9.0.1'
// https://jarcasting.com/artifacts/org.xhtmlrenderer/flying-saucer-parent/
implementation ("org.xhtmlrenderer:flying-saucer-parent:9.0.1")
'org.xhtmlrenderer:flying-saucer-parent:pom:9.0.1'
<dependency org="org.xhtmlrenderer" name="flying-saucer-parent" rev="9.0.1">
<artifact name="flying-saucer-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.xhtmlrenderer', module='flying-saucer-parent', version='9.0.1')
)
libraryDependencies += "org.xhtmlrenderer" % "flying-saucer-parent" % "9.0.1"
[org.xhtmlrenderer/flying-saucer-parent "9.0.1"]