How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-parent</artifactId>
<version>3.1.2.RELEASE</version>
</dependency>
Choose a version of org.thymeleaf : thymeleaf-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1.x |
thymeleaf-parent-3.1.2.RELEASE
|
||
thymeleaf-parent-3.1.1.RELEASE
|
|||
thymeleaf-parent-3.1.0.RELEASE
|
|||
thymeleaf-parent-3.1.0.RC2
|
|||
thymeleaf-parent-3.1.0.RC1
|
|||
thymeleaf-parent-3.1.0.M3
|
|||
thymeleaf-parent-3.1.0.M2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-parent</artifactId>
<version>3.1.2.RELEASE</version>
</dependency>
Advertisement