Categories |
CategoriesPDF Data |
---|---|
GroupId | GroupIdcom.github.librepdf |
ArtifactId | ArtifactIdpdf-html |
Version | Version1.2.5 |
Type | Typejar |
Filename | Size |
---|---|
pdf-html-1.2.5.pom | |
pdf-html-1.2.5.jar | 44 KB |
pdf-html-1.2.5-sources.jar | 45 KB |
pdf-html-1.2.5-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.librepdf/pdf-html/ -->
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>pdf-html</artifactId>
<version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.librepdf/pdf-html/
implementation 'com.github.librepdf:pdf-html:1.2.5'
// https://jarcasting.com/artifacts/com.github.librepdf/pdf-html/
implementation ("com.github.librepdf:pdf-html:1.2.5")
'com.github.librepdf:pdf-html:jar:1.2.5'
<dependency org="com.github.librepdf" name="pdf-html" rev="1.2.5">
<artifact name="pdf-html" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.librepdf', module='pdf-html', version='1.2.5')
)
libraryDependencies += "com.github.librepdf" % "pdf-html" % "1.2.5"
[com.github.librepdf/pdf-html "1.2.5"]