We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9c35f commit 1caf0beCopy full SHA for 1caf0be
README.md
@@ -11,15 +11,10 @@ Maven dependency:
11
<dependency>
12
<groupId>io.github.jpenren</groupId>
13
<artifactId>thymeleaf-spring-data-dialect</artifactId>
14
- <version>(see versions below)</version>
+ <version>3.3.1</version>
15
</dependency>
16
```
17
18
-Version 2.1.1 for Thymeleaf 2 (discontinued)
19
-
20
-Version 3.3.0 compatible with Thymeleaf 3
21
22
23
Add the Spring Data dialect to your existing Thymeleaf template engine:
24
25
```java
0 commit comments