Download thymeleaf-testing-junit-1.1.1.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 1.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials