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