| Categories |
CategoriesPDF Data |
|---|---|
| GroupId | GroupIdcom.butor |
| ArtifactId | ArtifactIdbutor-html2pdf |
| Version | Version1.0.19 |
| Type | Typejar |
| Filename | Size |
|---|---|
| butor-html2pdf-1.0.19.pom | |
| butor-html2pdf-1.0.19.jar | 8 KB |
| butor-html2pdf-1.0.19-sources.jar | 5 KB |
| butor-html2pdf-1.0.19-javadoc.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.butor/butor-html2pdf/ -->
<dependency>
<groupId>com.butor</groupId>
<artifactId>butor-html2pdf</artifactId>
<version>1.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.butor/butor-html2pdf/
implementation 'com.butor:butor-html2pdf:1.0.19'
// https://jarcasting.com/artifacts/com.butor/butor-html2pdf/
implementation ("com.butor:butor-html2pdf:1.0.19")
'com.butor:butor-html2pdf:jar:1.0.19'
<dependency org="com.butor" name="butor-html2pdf" rev="1.0.19">
<artifact name="butor-html2pdf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.butor', module='butor-html2pdf', version='1.0.19')
)
libraryDependencies += "com.butor" % "butor-html2pdf" % "1.0.19"
[com.butor/butor-html2pdf "1.0.19"]