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 3ec15d2 commit d9c4963Copy full SHA for d9c4963
README.md
@@ -13,12 +13,12 @@ The project webpage is [j2html.com](http://j2html.com).
13
<dependency>
14
<groupId>com.j2html</groupId>
15
<artifactId>j2html</artifactId>
16
- <version>1.2.2</version>
+ <version>1.3.0</version>
17
</dependency>
18
```
19
### Or the gradle dependency
20
21
-compile 'com.j2html:j2html:1.2.2'
+compile 'com.j2html:j2html:1.3.0'
22
23
24
### Import TagCreator and start building HTML
0 commit comments