MVN

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

Maven & Gradle

Feb 12, 2023
418 stars

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

<dependency>
    <groupId>com.github.darrachequesne</groupId>
    <artifactId>spring-data-jpa-datatables</artifactId>
    <version>6.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.darrachequesne : spring-data-jpa-datatables to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.1

All Versions

Choose a version of com.github.darrachequesne : spring-data-jpa-datatables to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
spring-data-jpa-datatables-6.0.1
spring-data-jpa-datatables-6.0.0
5.2.x
spring-data-jpa-datatables-5.2.0
5.1.x
spring-data-jpa-datatables-5.1.0
5.0.x
spring-data-jpa-datatables-5.0.0
4.3
spring-data-jpa-datatables-4.3
4.2
spring-data-jpa-datatables-4.2
4.1
spring-data-jpa-datatables-4.1
4.0
spring-data-jpa-datatables-4.0
3.1
spring-data-jpa-datatables-3.1
3.0
spring-data-jpa-datatables-3.0
2.6
spring-data-jpa-datatables-2.6
2.5
spring-data-jpa-datatables-2.5
2.4
spring-data-jpa-datatables-2.4
2.3
spring-data-jpa-datatables-2.3
2.2
spring-data-jpa-datatables-2.2
2.1
spring-data-jpa-datatables-2.1
2.0
spring-data-jpa-datatables-2.0
1.5
spring-data-jpa-datatables-1.5
1.4
spring-data-jpa-datatables-1.4
1.3
spring-data-jpa-datatables-1.3
1.2
spring-data-jpa-datatables-1.2
1.1
spring-data-jpa-datatables-1.1
1.0
spring-data-jpa-datatables-1.0

How to add a dependency to Maven

Add the following com.github.darrachequesne : spring-data-jpa-datatables maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.darrachequesne</groupId>
    <artifactId>spring-data-jpa-datatables</artifactId>
    <version>6.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.darrachequesne : spring-data-jpa-datatables gradle dependency to your build.gradle file:

implementation 'com.github.darrachequesne:spring-data-jpa-datatables:6.0.1'

Gradle Kotlin DSL: Add the following com.github.darrachequesne : spring-data-jpa-datatables gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.darrachequesne:spring-data-jpa-datatables:6.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.darrachequesne : spring-data-jpa-datatables sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.darrachequesne" % "spring-data-jpa-datatables" % "6.0.1"

Advertisement