| License |
License |
|---|---|
| Categories |
CategoriesiText Business Logic Libraries Documents Processing PDF Data iText |
| GroupId | GroupIdcom.itextpdf |
| ArtifactId | ArtifactIditextpdf |
| Last Version | Last Version5.5.13.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptioniText Core
A Free Java-PDF library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| itextpdf-5.5.13.3.pom | |
| itextpdf-5.5.13.3.jar | 1 MB |
| itextpdf-5.5.13.3-sources.jar | 1 MB |
| itextpdf-5.5.13.3-javadoc.jar | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.itextpdf/itextpdf/ -->
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itextpdf</artifactId>
<version>5.5.13.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.itextpdf/itextpdf/
implementation 'com.itextpdf:itextpdf:5.5.13.3'
// https://jarcasting.com/artifacts/com.itextpdf/itextpdf/
implementation ("com.itextpdf:itextpdf:5.5.13.3")
'com.itextpdf:itextpdf:jar:5.5.13.3'
<dependency org="com.itextpdf" name="itextpdf" rev="5.5.13.3">
<artifact name="itextpdf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itextpdf', module='itextpdf', version='5.5.13.3')
)
libraryDependencies += "com.itextpdf" % "itextpdf" % "5.5.13.3"
[com.itextpdf/itextpdf "5.5.13.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.bouncycastle : bcprov-jdk15to18 Optional | jar | 1.70 |
| org.bouncycastle : bcpkix-jdk15on Optional | jar | 1.70 |
| org.apache.santuario : xmlsec Optional | jar | 1.5.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |