Download datatables-jsp-0.9.3.jar file

Introduction

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

License

Open Source

Type List

datatables-jsp-0.9.3.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.AbstractColumnTag.class
com.github.dandelion.datatables.jsp.tag.AbstractTableTag.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.ExtraConfTag.class
com.github.dandelion.datatables.jsp.tag.ExtraFileTag.class
com.github.dandelion.datatables.jsp.tag.PropTag.class
com.github.dandelion.datatables.jsp.tag.TableTag.class
com.github.dandelion.datatables.jsp.tei.TableTagExtraInfo.class

Pom

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

   <artifactId>datatables-jsp</artifactId>
   <packaging>jar</packaging>
   <name>Dandelion :: Datatables :: JSP Implementation</name>
   <description>JSP implementation of Dandelion-DataTables, a Dandelion component that makes HTML table much nicer</description>

   <properties>
      <!-- Configuration -->
      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
      <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

      <!-- Dependencies -->
      <jsp.api.version>2.2</jsp.api.version>
   </properties>

   <dependencies>
      <!-- Dandelion-DataTables core -->
      <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>

      <!-- JSP -->
      <dependency>
         <groupId>javax.servlet.jsp</groupId>
         <artifactId>jsp-api</artifactId>
         <version>${jsp.api.version}</version>
         <scope>provided</scope>
      </dependency>

      <dependency>
         <groupId>javax.servlet</groupId>
         <artifactId>jstl</artifactId>
         <version>1.2</version>
         <scope>provided</scope>
      </dependency>

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

      <!-- Test -->
      <dependency>
         <groupId>com.github.dandelion</groupId>
         <artifactId>datatables-testing</artifactId>
         <version>${project.version}</version>
         <scope>test</scope>
      </dependency>
   </dependencies>

   <build>
      <plugins>
         <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-surefire-plugin</artifactId>
         </plugin>
         <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-failsafe-plugin</artifactId>
         </plugin>
      </plugins>
   </build>
</project>

POM Entry

<dependency>
   <groupId>com.github.dandelion</groupId>
   <artifactId>datatables-jsp</artifactId>
   <version>0.9.3</version>
</dependency>

Download

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




PreviousNext

Related