You can download datatables-export-itext-0.9.3.jar in this page.
Open Source
datatables-export-itext-0.9.3.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.github.dandelion/datatables-export-itext/pom.properties META-INF/maven/com.github.dandelion/datatables-export-itext/pom.xml com.github.dandelion.datatables.extras.export.itext.PdfExport.class
datatables-export-itext-0.9.3.pom file content.
<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> <parent> <groupId>com.github.dandelion</groupId> <artifactId>datatables-extras</artifactId> <version>0.9.3</version> </parent> <artifactId>datatables-export-itext</artifactId> <packaging>jar</packaging> <name>Dandelion :: Datatables :: Extras :: Export PDF using iText</name> <properties> <!-- Configuration --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <!-- Dependencies --> <itextpdf.version>5.3.4</itextpdf.version> </properties> <dependencies> <!-- Dandelion-Datatables --> <dependency> <groupId>com.github.dandelion</groupId> <artifactId>datatables-core</artifactId> <version>0.9.3</version> </dependency> <!-- Servlet --> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <scope>provided</scope> </dependency> <!-- iText --> <dependency> <groupId>com.itextpdf</groupId> <artifactId>itextpdf</artifactId> <version>${itextpdf.version}</version> </dependency> </dependencies> </project>
<dependency> <groupId>com.github.dandelion</groupId> <artifactId>datatables-export-itext</artifactId> <version>0.9.3</version> </dependency>
If you think the following datatables-export-itext-0.9.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download datatables-export-itext-0.9.3.jar file