Skip to content

Commit b6de853

Browse files
committed
Update README.md
1 parent 6208b59 commit b6de853

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ Thymeleaf 2 version here (https://github.com/jpenren/thymeleaf-spring-data-diale
88
Usage
99
-----
1010

11+
Maven dependency:
12+
```xml
13+
<dependency>
14+
<groupId>io.github.jpenren</groupId>
15+
<artifactId>thymeleaf-spring-data-dialect</artifactId>
16+
<version>1.0.0.BETA02</version>
17+
</dependency>
18+
```
19+
1120
Add the Layout dialect to your existing Thymeleaf template engine:
1221

1322
```java

0 commit comments

Comments
 (0)