| Categories |
CategoriesPDF Data |
|---|---|
| GroupId | GroupIdcom.openhtmltopdf |
| ArtifactId | ArtifactIdopenhtmltopdf-parent |
| Version | Version1.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| openhtmltopdf-parent-1.0.0.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.openhtmltopdf/openhtmltopdf-parent/ -->
<dependency>
<groupId>com.openhtmltopdf</groupId>
<artifactId>openhtmltopdf-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.openhtmltopdf/openhtmltopdf-parent/
implementation 'com.openhtmltopdf:openhtmltopdf-parent:1.0.0'
// https://jarcasting.com/artifacts/com.openhtmltopdf/openhtmltopdf-parent/
implementation ("com.openhtmltopdf:openhtmltopdf-parent:1.0.0")
'com.openhtmltopdf:openhtmltopdf-parent:pom:1.0.0'
<dependency org="com.openhtmltopdf" name="openhtmltopdf-parent" rev="1.0.0">
<artifact name="openhtmltopdf-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.openhtmltopdf', module='openhtmltopdf-parent', version='1.0.0')
)
libraryDependencies += "com.openhtmltopdf" % "openhtmltopdf-parent" % "1.0.0"
[com.openhtmltopdf/openhtmltopdf-parent "1.0.0"]