datatables4j-ajax-jersey
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.datatables4j</groupId>
<artifactId>datatables4j-ajax-jersey</artifactId>
<version>0.3.3</version>
</dependency><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.datatables4j</groupId>
<artifactId>datatables4j-parent</artifactId>
<version>0.8.1</version>
</parent>
<artifactId>datatables4j-ajax-jersey</artifactId>
<version>0.3.3</version>
<packaging>jar</packaging>
<name>DataTables4j :: Module :: Ajax/Jersey</name>
<description>DataTables4j AJAX module that uses Jersey</description>
<scm>
<connection>scm:git:git://github.com/datatables4j/datatables4j-ajax-jersey.git</connection>
<developerConnection>scm:git:git@github.com:datatables4j/datatables4j-ajax-jersey.git</developerConnection>
<url>http://github.com/datatables4j/datatables4j-ajax-jersey</url>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<datatables4j.version>0.8.1-SNAPSHOT</datatables4j.version>
<jersey.version>1.8</jersey.version>
<jackson.version>1.9.9</jackson.version>
<slf4j.version>1.6.4</slf4j.version>
</properties>
<dependencies>
<dependency>
<groupId>com.github.datatables4j</groupId>
<artifactId>datatables4j-core-api</artifactId>
<version>0.8.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-client</artifactId>
<version>${jersey.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>