Download thymeleaf-testing-junit-2.0.0.jar file - Jar t

Jar examples for t:thymeleaf-testing-junit

Description

A Thymeleaf Testing / JUnit bridge to treat each Thymeleaf test file as a JUnit test.

You can download jar file thymeleaf-testing-junit 2.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add thymeleaf-testing-junit-2.0.0.jar to your project.

<dependency>
   <groupId>nz.net.ultraq.thymeleaf</groupId>
   <artifactId>thymeleaf-testing-junit</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'nz.net.ultraq.thymeleaf', name: 'thymeleaf-testing-junit', version: '2.0.0'
libraryDependencies += "nz.net.ultraq.thymeleaf" % "thymeleaf-testing-junit" % "2.0.0"
<dependency org="nz.net.ultraq.thymeleaf" name="thymeleaf-testing-junit" rev="2.0.0"/>
@Grapes(@Grab(group='nz.net.ultraq.thymeleaf', module='thymeleaf-testing-junit', version='2.0.0'))
'nz.net.ultraq.thymeleaf:thymeleaf-testing-junit:jar:2.0.0'

Download

Click the following link to download the jar file.

thymeleaf-testing-junit-2.0.0-javadoc.jar
thymeleaf-testing-junit-2.0.0-sources.jar
thymeleaf-testing-junit-2.0.0.jar
thymeleaf-testing-junit-2.0.0.pom



Related Tutorials