You can download datatables-servlet2-0.9.3.jar in this page.
Open Source
datatables-servlet2-0.9.3.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.github.dandelion/datatables-servlet2/pom.properties META-INF/maven/com.github.dandelion/datatables-servlet2/pom.xml com.github.dandelion.datatables.extras.servlet2.filter.DatatablesFilter.class com.github.dandelion.datatables.extras.servlet2.servlet.DatatablesServlet.class
datatables-servlet2-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-servlet2</artifactId> <packaging>jar</packaging> <name>Dandelion :: Datatables :: Extras :: Servlet 2</name> <properties> <servlet.api.version>2.5</servlet.api.version> </properties> <dependencies> <dependency> <groupId>com.github.dandelion</groupId> <artifactId>datatables-core</artifactId> <version>0.9.3</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>${servlet.api.version}</version> <scope>provided</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.github.dandelion</groupId> <artifactId>datatables-servlet2</artifactId> <version>0.9.3</version> </dependency>
If you think the following datatables-servlet2-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-servlet2-0.9.3.jar file