Mark This Response as Answer -- Chandu http://www.dotnetfunda.com/images/dnfmvp.gif
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.mano.examples</groupId> <artifactId>itextexamples</artifactId> <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>itextexamples</name> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8 </project.build.sourceEncoding> </properties> <build> <plugins> <plugin> <groupId> org.apache.maven.plugins </groupId> <artifactId> maven-compiler-plugin </artifactId> <version>3.7.0</version> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency><!-- START --> <!-- add all iText 7 Community modules --> <dependency> <groupId>com.itextpdf</groupId> <artifactId>itext7-core</artifactId> <version>7.1.0</version> <type>pom</type> </dependency> <!-- https://mvnrepository.com/artifact/org.slf4j/ slf4j-api --> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.25</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> <version>1.7.25</version> </dependency><!-- END --> </dependencies></project>
We provide one of the best services for any Computer Data Recovery Service.
Developer at AppLatide.com
Login to post response