| Категории |
КатегорииPDF Данные |
|---|---|
| Группа | Группаcom.github.librepdf |
| Идентификатор | Идентификаторpdf-html |
| Версия | Версия1.2.12 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| pdf-html-1.2.12.pom | |
| pdf-html-1.2.12.jar | 44 KB |
| pdf-html-1.2.12-sources.jar | 45 KB |
| pdf-html-1.2.12-javadoc.jar | 122 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.librepdf/pdf-html/ -->
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>pdf-html</artifactId>
<version>1.2.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.librepdf/pdf-html/
implementation 'com.github.librepdf:pdf-html:1.2.12'
// https://jarcasting.com/artifacts/com.github.librepdf/pdf-html/
implementation ("com.github.librepdf:pdf-html:1.2.12")
'com.github.librepdf:pdf-html:jar:1.2.12'
<dependency org="com.github.librepdf" name="pdf-html" rev="1.2.12">
<artifact name="pdf-html" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.librepdf', module='pdf-html', version='1.2.12')
)
libraryDependencies += "com.github.librepdf" % "pdf-html" % "1.2.12"
[com.github.librepdf/pdf-html "1.2.12"]