Download datatables-jsp-1.1.0.jar file

Introduction

You can download datatables-jsp-1.1.0.jar in this page.

License

Open Source

Type List

datatables-jsp-1.1.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/dandelion-datatables.tld
META-INF/maven/com.github.dandelion/datatables-jsp/pom.properties
META-INF/maven/com.github.dandelion/datatables-jsp/pom.xml
com.github.dandelion.datatables.jsp.extension.feature.FilteringFeature.class
com.github.dandelion.datatables.jsp.i18n.JstlLocaleResolver.class
com.github.dandelion.datatables.jsp.i18n.JstlMessageResolver.class
com.github.dandelion.datatables.jsp.tag.CallbackTag.class
com.github.dandelion.datatables.jsp.tag.CaptionTag.class
com.github.dandelion.datatables.jsp.tag.ColumnHeadTag.class
com.github.dandelion.datatables.jsp.tag.ColumnTag.class
com.github.dandelion.datatables.jsp.tag.ExportTag.class
com.github.dandelion.datatables.jsp.tag.ExtraHtmlTag.class
com.github.dandelion.datatables.jsp.tag.ExtraJsTag.class
com.github.dandelion.datatables.jsp.tag.OptionTag.class
com.github.dandelion.datatables.jsp.tag.TableTag.class
com.github.dandelion.datatables.jsp.tag.TableTagExtraInfo.class

Pom

datatables-jsp-1.1.0.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>dandelion-datatables</artifactId>
      <version>1.1.0</version>
   </parent>

   <artifactId>datatables-jsp</artifactId>
   <packaging>jar</packaging>
   <name>Dandelion :: Datatables :: JSP taglib</name>
   <description>JSP taglib for the Dandelion-DataTables component.</description>

   <dependencies>

      <!-- Internal dependencies -->
      <dependency>
         <groupId>com.github.dandelion</groupId>
         <artifactId>datatables-core</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>com.github.dandelion</groupId>
         <artifactId>dandelion-jsp</artifactId>
      </dependency>

      <!-- JSP -->
      <dependency>
         <groupId>javax.servlet.jsp</groupId>
         <artifactId>jsp-api</artifactId>
      </dependency>

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

      <!-- JSTL -->
      <dependency>
         <groupId>javax.servlet</groupId>
         <artifactId>jstl</artifactId>
      </dependency>

      <!-- Logging -->
      <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
      </dependency>

      <!-- AssertJ -->
      <dependency>
         <groupId>org.assertj</groupId>
         <artifactId>assertj-core</artifactId>
         <scope>test</scope>
      </dependency>

      <!-- Spring Test -->
      <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-jsp</artifactId>
   <version>1.1.0</version>
</dependency>

Download

If you think the following datatables-jsp-1.1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download datatables-jsp-1.1.0.jar file




PreviousNext

Related