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