Thymeleaf 3.0.9.RELEASE is the current stable version. It requires Java SE 6 or newer.
Thymeleaf 3.0.9.RELEASE is the current stable version. It requires Java SE 6 or newer.
- Release date: 5 November 2017
- Announcement: Thymeleaf 3.0.9
- Change Logs: thymeleaf | thymeleaf-spring3 | thymeleaf-spring4 | thymeleaf-spring5
For the old 2.1.x branch, Thymeleaf 2.1.6.RELEASE is the latest version.
- Release date: 5 November 2017
- Announcement: Thymeleaf 2.1.6
- Change Logs: thymeleaf | thymeleaf-spring3 | thymeleaf-spring4
Maven/Gradle
The easiest way to include Thymeleaf in your project is to use a build system like Maven or Gradle and make use of the Thymeleaf artifacts living in the Central Repository. All you need to do is add the Thymeleaf dependencies you need to your project:
| Module | Group ID | Artifact ID |
|---|---|---|
| Core library | org.thymeleaf |
thymeleaf |
| Spring 3 integration | org.thymeleaf |
thymeleaf-spring3 |
| Spring 4 integration | org.thymeleaf |
thymeleaf-spring4 |
| Spring 5 integration | org.thymeleaf |
thymeleaf-spring5 |
| Testing library | org.thymeleaf |
thymeleaf-testing |
| Spring Security 3 integration | org.thymeleaf.extras |
thymeleaf-extras-springsecurity3 |
| Spring Security 4 integration | org.thymeleaf.extras |
thymeleaf-extras-springsecurity4 |
| Java 8 Time API compatibility | org.thymeleaf.extras |
thymeleaf-extras-java8time |
| Tiles 2 integration | org.thymeleaf.extras |
thymeleaf-extras-tiles2 |
| IE Conditional Comments support | org.thymeleaf.extras |
thymeleaf-extras-conditionalcomments |
An example:
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>3.0.9.RELEASE</version>
</dependency>
Distribution packages
In case you don't use a build tool such as Maven or Gradle, we also offer a complete distribution package containing binaries, source, javadoc and dependencies in the form of a convenient .zip file, which you can download from our bintray binary repository.
Sources
Thymeleaf's source code is available on GitHub. Here are the main repositories:
| Module | Repository |
|---|---|
| Core library | https://github.com/thymeleaf/thymeleaf |
| Spring integration | https://github.com/thymeleaf/thymeleaf-spring |
| Documentation | https://github.com/thymeleaf/thymeleaf-docs |
| Testing library | https://github.com/thymeleaf/thymeleaf-testing |
| Test suites | https://github.com/thymeleaf/thymeleaf-tests |
| Benchmarks | https://github.com/thymeleaf/thymeleaf-benchmarks |
| Spring Security integration | https://github.com/thymeleaf/thymeleaf-extras-springsecurity |
| Java 8 Time API compatibility | https://github.com/thymeleaf/thymeleaf-extras-java8time |
| Tiles 2 integration | https://github.com/thymeleaf/thymeleaf-extras-tiles2 |
| IE Conditional Comments support | https://github.com/thymeleaf/thymeleaf-extras-conditionalcomments |
Artwork
If you need to use the Thymeleaf logo, you can just copy the one below, or have a look here and find several versions of it along with instructions on how to use it.

The Thymeleaf Artwork by The Thymeleaf Project is licensed under the Creative Commons CC BY-SA 3.0 License. Note that this license only applies to the Thymeleaf artwork, and specifically does not apply to software published by the Thymeleaf project nor to the names, logos or other artwork of companies or projects using Thymeleaf, even if displayed on this website.
Thymeleaf 3.0.9.RELEASE is the current stable version. It requires Java SE 6 or newer.的更多相关文章
- Solving “Dynamic Web Module 3.0 requires Java 1.6 or newer” in Maven Projects
不一定是在Maven Projects里才有这种情况,但解决方法是一样的. 转自:http://qussay.com/2013/09/13/solving-dynamic-web-module-3-0 ...
- MAVEN ERROR : Dynamic Web Module 3.0 requires Java 1.6 or newer
问题: 在eclipse中,通过Maven->Update Project更新项目后,出现Dynamic Web Module 3.0 requires Java 1.6 or newer错误提 ...
- Maven 编译错误 Dynamic Web Module 3.0 requires Java 1.6 or newer 解决方案
Eclipse Maven 开发一个 jee 项目时,编译时遇到以下错误:Description Resource Path Location TypeDynamic Web Module 3.0 r ...
- [maven] "Dynamic Web Module 3.0 requires Java 1.6 or newer." OR "JAX-RS (REST Web Services) 2.0 requires Java 1.6 or newer."
在网上下载的开源工程,用maven构建的时候报错: Dynamic Web Module 3.0 requires Java 1.6 or newer. JAX-RS (REST Web Servic ...
- maven项目中的报错问题——Dynamic Web Module 3.0 requires Java 1.6 or newer.
转自:http://www.cnblogs.com/beppezhang/p/5919221.html maven项目中的报错问题——Dynamic Web Module 3.0 requires J ...
- maven Dynamic Web Module 3.0 requires Java 1.6 or newer
maven Dynamic Web Module 3.0 requires Java 1.6 or newer CreateTime--2018年4月19日16:56:42 Author:Mary ...
- Cannot change version of project facet Dynamic Web Module to 3.0 requires Java 1.6 or newer 解决方案
Eclipse Maven 开发一个 jee 项目时,编译时遇到以下错误:Description Resource Path Location TypeDynamic Web Module 3.0 r ...
- Eclipse Maven 编译错误 Dynamic Web Module 3.0 requires Java 1.6 or newer 解决方案
Eclipse Maven 开发一个 jee 项目时,编译时遇到以下错误:Description Resource Path Location TypeDynamic Web Module 3.0 r ...
- Maven异常:Dynamic Web Module 3.0 requires Java 1.6 or newer.
问题 我目前用的JDK 是java 1.8 ,搭建Maven项目的时候,设置Project facets后,出现来以下problem : Dynamic Web Module 3.0 requires ...
随机推荐
- 解决 同时安装 python3,python2环境时,用pip安装 python3 包
应用场景 默认mac上已经安装了 python2; 而我又安装了 python3,并使用 python3; 安装了 pip 默认,pip安装的包安装在了 python2上了: 但是我想用 pip把安装 ...
- Unity3D 播放视频
http://blog.csdn.net/jbjwpzyl3611421/article/details/12780625 导入: 影片纹理是通过Apple QuickTime导入的(支持.mov, ...
- vue 父子组件传值的另外一种方式 provide inject
1.文档说明 https://cn.vuejs.org/v2/api/#provide-inject 2.实例 element ui的dropdown组件 dropdown.vue: provide( ...
- UML学习(二)- 用例图
UML用例图 用例图主要用来图示化系统的主事件流程,它主要用来描述客户的需求,即用户希望系统具备的完成一定功能的动作,通俗地理解用例就是软件的功能模块,所以是设计系统分析阶段的起点,设计人员 ...
- hibernate中错误笔记
1.在写Student.hbm.xml 中, hibernate-mapping 中 指定类和数据库对应的表字段时,不小心将property写为properties,报错: ERROR: HHH000 ...
- php连接sql2005
连接前配置系统: 1.检查文件 php5.2.5/ntwdblib.dll 默认下面有一个,不能连接再替换. 下载正确版本的 ntwdblib.dll (2000.80.194.0),地址: http ...
- Entity Framework插入中文数据到MySQL乱码问题
1.MYSQL: 保证所有的的列都是UTF8格式. 2.在连接MySQL的连接字符串中,加入配置文件信息:Character Set=utf8
- selenium 实现浏览器 前进和后退
#coding=utf-8from selenium import webdriver driver = webdriver.Chrome()driver.get("https://www. ...
- Python 爬虫实例(3)—— 爬取今日头条as cp 算法 解密
关于今日头条的 as cp 算法,只是对时间进行了加密,他们的js代码是压缩处理的,正常格式化就可以了 url = "http://www.toutiao.com/api/pc/feed/& ...
- mysql在linux7下systemd的相关配置
---- # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. # # This program ...