| Категории |
КатегорииJUnit Тестирование компонентов Сеть Leaf Данные Базы данных |
|---|---|
| Группа | Группаnz.net.ultraq.thymeleaf |
| Идентификатор | Идентификаторthymeleaf-testing-junit |
| Версия | Версия1.2.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| thymeleaf-testing-junit-1.2.0.pom | |
| thymeleaf-testing-junit-1.2.0.jar | 9 KB |
| thymeleaf-testing-junit-1.2.0-sources.jar | 4 KB |
| thymeleaf-testing-junit-1.2.0-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/nz.net.ultraq.thymeleaf/thymeleaf-testing-junit/ -->
<dependency>
<groupId>nz.net.ultraq.thymeleaf</groupId>
<artifactId>thymeleaf-testing-junit</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/nz.net.ultraq.thymeleaf/thymeleaf-testing-junit/
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-testing-junit:1.2.0'
// https://jarcasting.com/artifacts/nz.net.ultraq.thymeleaf/thymeleaf-testing-junit/
implementation ("nz.net.ultraq.thymeleaf:thymeleaf-testing-junit:1.2.0")
'nz.net.ultraq.thymeleaf:thymeleaf-testing-junit:jar:1.2.0'
<dependency org="nz.net.ultraq.thymeleaf" name="thymeleaf-testing-junit" rev="1.2.0">
<artifact name="thymeleaf-testing-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.net.ultraq.thymeleaf', module='thymeleaf-testing-junit', version='1.2.0')
)
libraryDependencies += "nz.net.ultraq.thymeleaf" % "thymeleaf-testing-junit" % "1.2.0"
[nz.net.ultraq.thymeleaf/thymeleaf-testing-junit "1.2.0"]