Download datatables-export-itext-0.10.1.jar file

Introduction

You can download datatables-export-itext-0.10.1.jar in this page.

License

Open Source

Type List

datatables-export-itext-0.10.1.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

Pom

datatables-export-itext-0.10.1.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.10.1</version>
   </parent>

   <artifactId>datatables-export-itext</artifactId>
   <packaging>jar</packaging>
   <name>Dandelion :: Datatables :: Extras :: Export PDF using iText</name>
   <description>Extra providing a default PDF export class based on iText</description>
   
   <dependencies>

      <!-- Internal dependencies -->
      <dependency>
         <groupId>com.github.dandelion</groupId>
         <artifactId>datatables-core</artifactId>
         <version>0.10.1</version>
      </dependency>

      <!-- Servlet API -->
      <dependency>
         <groupId>javax.servlet</groupId>
         <artifactId>javax.servlet-api</artifactId>
         <scope>provided</scope>
      </dependency>

      <!-- iText -->
      <dependency>
         <groupId>com.itextpdf</groupId>
         <artifactId>itextpdf</artifactId>
      </dependency>
      
   </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.github.dandelion</groupId>
   <artifactId>datatables-export-itext</artifactId>
   <version>0.10.1</version>
</dependency>

Download

If you think the following datatables-export-itext-0.10.1.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.10.1.jar file




PreviousNext

Related