MVN

io.github.jpenren : thymeleaf-spring-data-dialect

Maven & Gradle

Feb 02, 2023
4 usages
190 stars

Thymeleaf Spring Data Dialect · Data pagination made easy with Thymeleaf and Spring Data

<dependency>
    <groupId>io.github.jpenren</groupId>
    <artifactId>thymeleaf-spring-data-dialect</artifactId>
    <version>3.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.jpenren : thymeleaf-spring-data-dialect to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6.0
  • Latest Beta: 1.0.0.BETA02

All Versions

Choose a version of io.github.jpenren : thymeleaf-spring-data-dialect to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.6.x
thymeleaf-spring-data-dialect-3.6.0
3.5.x
thymeleaf-spring-data-dialect-3.5.0
3.4.x
thymeleaf-spring-data-dialect-3.4.2
thymeleaf-spring-data-dialect-3.4.1
thymeleaf-spring-data-dialect-3.4.0
3.3.x
thymeleaf-spring-data-dialect-3.3.1
thymeleaf-spring-data-dialect-3.3.0
3.2.x
thymeleaf-spring-data-dialect-3.2.2
thymeleaf-spring-data-dialect-3.2.1
thymeleaf-spring-data-dialect-3.2.0
3.1.x
thymeleaf-spring-data-dialect-3.1.1
thymeleaf-spring-data-dialect-3.1.0
3.0.x
thymeleaf-spring-data-dialect-3.0.1
thymeleaf-spring-data-dialect-3.0.0
2.1.x
thymeleaf-spring-data-dialect-2.1.1
thymeleaf-spring-data-dialect-2.1.0
2.0.x
thymeleaf-spring-data-dialect-2.0.0
1.0.x
thymeleaf-spring-data-dialect-1.0.0.BETA02

How to add a dependency to Maven

Add the following io.github.jpenren : thymeleaf-spring-data-dialect maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.jpenren</groupId>
    <artifactId>thymeleaf-spring-data-dialect</artifactId>
    <version>3.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.jpenren : thymeleaf-spring-data-dialect gradle dependency to your build.gradle file:

implementation 'io.github.jpenren:thymeleaf-spring-data-dialect:3.6.0'

Gradle Kotlin DSL: Add the following io.github.jpenren : thymeleaf-spring-data-dialect gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.jpenren:thymeleaf-spring-data-dialect:3.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.jpenren : thymeleaf-spring-data-dialect sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.jpenren" % "thymeleaf-spring-data-dialect" % "3.6.0"

Advertisement