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