Download datatables-spring3-0.10.1.jar file

Introduction

You can download datatables-spring3-0.10.1.jar in this page.

License

Open Source

Type List

datatables-spring3-0.10.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.github.dandelion/datatables-spring3/pom.properties
META-INF/maven/com.github.dandelion/datatables-spring3/pom.xml
com.github.dandelion.datatables.extras.spring3.ajax.DatatablesCriteriasMethodArgumentResolver.class
com.github.dandelion.datatables.extras.spring3.ajax.DatatablesCriteriasResolver.class
com.github.dandelion.datatables.extras.spring3.ajax.DatatablesParams.class
com.github.dandelion.datatables.extras.spring3.i18n.SpringLocaleResolver.class
com.github.dandelion.datatables.extras.spring3.i18n.SpringMessageResolver.class
dandelion-datatables.xml

Pom

datatables-spring3-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-spring3</artifactId>
   <packaging>jar</packaging>
   <name>Dandelion :: Datatables :: Extras :: Spring3</name>
   <description>Extra providing utilities when dealing with Spring 3.x+.</description>
   
   <dependencies>

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

      <!-- Spring -->
      <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-web</artifactId>
         <scope>provided</scope>
      </dependency>
      <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-webmvc</artifactId>
         <scope>provided</scope>
      </dependency>

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

      <!-- Test dependencies -->

      <!-- Spring -->
      <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-test</artifactId>
         <scope>test</scope>
      </dependency>

   </dependencies>
</project>

POM Entry

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

Download

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




PreviousNext

Related