License |
License |
---|---|
Categories |
CategoriesPDF Data |
GroupId | GroupIdcom.github.pcorless.icepdf |
ArtifactId | ArtifactIdicepdf |
Last Version | Last Version7.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionICEpdf
ICEpdf is a PDF document rendering and viewing library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
icepdf-7.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pcorless.icepdf/icepdf/ -->
<dependency>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>icepdf</artifactId>
<version>7.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pcorless.icepdf/icepdf/
implementation 'com.github.pcorless.icepdf:icepdf:7.0.0'
// https://jarcasting.com/artifacts/com.github.pcorless.icepdf/icepdf/
implementation ("com.github.pcorless.icepdf:icepdf:7.0.0")
'com.github.pcorless.icepdf:icepdf:pom:7.0.0'
<dependency org="com.github.pcorless.icepdf" name="icepdf" rev="7.0.0">
<artifact name="icepdf" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.pcorless.icepdf', module='icepdf', version='7.0.0')
)
libraryDependencies += "com.github.pcorless.icepdf" % "icepdf" % "7.0.0"
[com.github.pcorless.icepdf/icepdf "7.0.0"]