You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@ Handlebars provides the power necessary to let you build semantic templates effe
30
30
31
31
The [Handlebars.java blog](https://jknack.github.io/handlebars.java) is a good place for getting started too. Javadoc is available at [javadoc.io](https://javadoc.io/doc/com.github.jknack/handlebars).
32
32
33
+
Since 4.3.0 release Handlebars.java requires Java 8 or higher.
@@ -42,10 +44,6 @@ Handlebars provides the power necessary to let you build semantic templates effe
42
44
</dependency>
43
45
```
44
46
45
-
#### Development version
46
-
47
-
SNAPSHOT versions are NOT synchronized to Central. If you want to use a snapshot version you need to add the https://oss.sonatype.org/content/repositories/snapshots/ repository to your pom.xml.
48
-
49
47
### Loading templates
50
48
Templates are loaded using the ```TemplateLoader``` class. Handlebars.java provides three implementations of a ```TemplateLoader```:
0 commit comments