License |
License |
---|---|
Categories |
CategoriesiText Business Logic Libraries Documents Processing iText Data PDF |
GroupId | GroupIdcom.lowagie |
ArtifactId | ArtifactIditext |
Last Version | Last Version4.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptioniText, a Free Java-PDF library
iText, a free Java-PDF library
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
itext-4.2.2.pom | |
itext-4.2.2.jar | 1 MB |
itext-4.2.2-sources.jar | 1 MB |
itext-4.2.2-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lowagie/itext/ -->
<dependency>
<groupId>com.lowagie</groupId>
<artifactId>itext</artifactId>
<version>4.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.lowagie/itext/
implementation 'com.lowagie:itext:4.2.2'
// https://jarcasting.com/artifacts/com.lowagie/itext/
implementation ("com.lowagie:itext:4.2.2")
'com.lowagie:itext:jar:4.2.2'
<dependency org="com.lowagie" name="itext" rev="4.2.2">
<artifact name="itext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lowagie', module='itext', version='4.2.2')
)
libraryDependencies += "com.lowagie" % "itext" % "4.2.2"
[com.lowagie/itext "4.2.2"]