File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
4+
5+ <groupId >com.hmkcode</groupId >
6+ <artifactId >itext-java-pdf-table</artifactId >
7+ <version >1.0-SNAPSHOT</version >
8+ <packaging >jar</packaging >
9+
10+ <name >itext-java-pdf-table</name >
11+ <url >http://maven.apache.org</url >
12+
13+ <properties >
14+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15+ </properties >
16+
17+ <dependencies >
18+ <dependency >
19+ <groupId >com.itextpdf</groupId >
20+ <artifactId >itextpdf</artifactId >
21+ <version >5.4.2</version >
22+ </dependency >
23+ <dependency >
24+ <groupId >com.itextpdf.tool</groupId >
25+ <artifactId >xmlworker</artifactId >
26+ <version >5.4.1</version >
27+ </dependency >
28+ </dependencies >
29+ </project >
You can’t perform that action at this time.
0 commit comments