License |
License |
---|---|
Categories |
CategoriesiText Business Logic Libraries Documents Processing PDF Data iText |
GroupId | GroupIdcom.itextpdf |
ArtifactId | ArtifactIditext-parent |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptioniText Parent POM
The Parent POM for iText Projects
|
Project URL |
Project URL |
Filename | Size |
---|---|
itext-parent-1.0.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.itextpdf/itext-parent/ -->
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itext-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.itextpdf/itext-parent/
implementation 'com.itextpdf:itext-parent:1.0.0'
// https://jarcasting.com/artifacts/com.itextpdf/itext-parent/
implementation ("com.itextpdf:itext-parent:1.0.0")
'com.itextpdf:itext-parent:pom:1.0.0'
<dependency org="com.itextpdf" name="itext-parent" rev="1.0.0">
<artifact name="itext-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.itextpdf', module='itext-parent', version='1.0.0')
)
libraryDependencies += "com.itextpdf" % "itext-parent" % "1.0.0"
[com.itextpdf/itext-parent "1.0.0"]