Spring Data JPA for DataTables

Spring Data JPA extension to work with the great jQuery plug-in DataTables (http://datatables.net/)

License

License

Categories

Categories

Data
GroupId

GroupId

com.github.darrachequesne
ArtifactId

ArtifactId

spring-data-jpa-datatables
Last Version

Last Version

5.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Data JPA for DataTables
Spring Data JPA extension to work with the great jQuery plug-in DataTables (http://datatables.net/)
Project URL

Project URL

https://github.com/darrachequesne/spring-data-jpa-datatables
Source Code Management

Source Code Management

https://github.com/darrachequesne/spring-data-jpa-datatables

Download spring-data-jpa-datatables

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
org.springframework.data : spring-data-jpa jar
com.fasterxml.jackson.core : jackson-databind jar
javax.validation : validation-api jar
org.hibernate : hibernate-entitymanager jar
com.querydsl : querydsl-apt jar
com.querydsl : querydsl-jpa jar
javax.annotation : javax.annotation-api jar

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar

test (7)

Group / Artifact Type Version
junit : junit jar
org.assertj : assertj-core jar
org.springframework : spring-test jar
com.h2database : h2 jar
mysql : mysql-connector-java jar
org.postgresql : postgresql jar
org.slf4j : slf4j-log4j12 jar

Project Modules

There are no modules declared in this project.

Versions

Version
5.2.0
5.1.0
5.0.0
4.3
4.2
4.1
4.0
3.1
3.0
2.6
2.5
2.4
2.3
2.2
2.1
2.0
1.5
1.4
1.3
1.2
1.1
1.0