Datatables Backend Java

A Java implementation of the DataTables server-side processing API

License

License

Categories

Categories

Data
GroupId

GroupId

com.offbytwo.datatables
ArtifactId

ArtifactId

datatables-models
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Datatables Backend Java
A Java implementation of the DataTables server-side processing API
Project URL

Project URL

http://github.com/cosmin/datatables-backend-java
Source Code Management

Source Code Management

https://github.com/cosmin/datatables-backend-java

Download datatables-models

How to add to project

<!-- https://jarcasting.com/artifacts/com.offbytwo.datatables/datatables-models/ -->
<dependency>
    <groupId>com.offbytwo.datatables</groupId>
    <artifactId>datatables-models</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.offbytwo.datatables/datatables-models/
implementation 'com.offbytwo.datatables:datatables-models:0.1.1'
// https://jarcasting.com/artifacts/com.offbytwo.datatables/datatables-models/
implementation ("com.offbytwo.datatables:datatables-models:0.1.1")
'com.offbytwo.datatables:datatables-models:jar:0.1.1'
<dependency org="com.offbytwo.datatables" name="datatables-models" rev="0.1.1">
  <artifact name="datatables-models" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.offbytwo.datatables', module='datatables-models', version='0.1.1')
)
libraryDependencies += "com.offbytwo.datatables" % "datatables-models" % "0.1.1"
[com.offbytwo.datatables/datatables-models "0.1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

DataTables Java Backend

A Java implementation of the DataTables server-side processing API. This code is intended to facilitate integrating DataTables into Java web applications, by implementing the classes necessary to receive requests and send responses.

License

Distributed under the terms of the MIT license. Please see the LICENSE file.

Versions

Version
0.1.1