Categories |
CategoriesJUnit Unit Testing Net Leaf Data Databases |
---|---|
GroupId | GroupIdnz.net.ultraq.thymeleaf |
ArtifactId | ArtifactIdthymeleaf-testing-junit |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/nz.net.ultraq.thymeleaf/thymeleaf-testing-junit/ -->
<dependency>
<groupId>nz.net.ultraq.thymeleaf</groupId>
<artifactId>thymeleaf-testing-junit</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/nz.net.ultraq.thymeleaf/thymeleaf-testing-junit/
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-testing-junit:2.0.0'
// https://jarcasting.com/artifacts/nz.net.ultraq.thymeleaf/thymeleaf-testing-junit/
implementation ("nz.net.ultraq.thymeleaf:thymeleaf-testing-junit:2.0.0")
'nz.net.ultraq.thymeleaf:thymeleaf-testing-junit:jar:2.0.0'
<dependency org="nz.net.ultraq.thymeleaf" name="thymeleaf-testing-junit" rev="2.0.0">
<artifact name="thymeleaf-testing-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.net.ultraq.thymeleaf', module='thymeleaf-testing-junit', version='2.0.0')
)
libraryDependencies += "nz.net.ultraq.thymeleaf" % "thymeleaf-testing-junit" % "2.0.0"
[nz.net.ultraq.thymeleaf/thymeleaf-testing-junit "2.0.0"]