is not current version
Last Version 3.1.0.M2

org.thymeleaf:thymeleaf-testing 3.0.0.RELEASE

XML/XHTML/HTML5 template engine for Java

Categories

Categories

Leaf Data Databases
GroupId

GroupId

org.thymeleaf
ArtifactId

ArtifactId

thymeleaf-testing
Version

Version

3.0.0.RELEASE
Type

Type

jar

Download thymeleaf-testing 3.0.0.RELEASE


<!-- https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf-testing/ -->
<dependency>
    <groupId>org.thymeleaf</groupId>
    <artifactId>thymeleaf-testing</artifactId>
    <version>3.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf-testing/
implementation 'org.thymeleaf:thymeleaf-testing:3.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf-testing/
implementation ("org.thymeleaf:thymeleaf-testing:3.0.0.RELEASE")
'org.thymeleaf:thymeleaf-testing:jar:3.0.0.RELEASE'
<dependency org="org.thymeleaf" name="thymeleaf-testing" rev="3.0.0.RELEASE">
  <artifact name="thymeleaf-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.thymeleaf', module='thymeleaf-testing', version='3.0.0.RELEASE')
)
libraryDependencies += "org.thymeleaf" % "thymeleaf-testing" % "3.0.0.RELEASE"
[org.thymeleaf/thymeleaf-testing "3.0.0.RELEASE"]