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