| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов Сеть Leaf Данные Базы данных |
| Группа | Группаnz.net.ultraq.thymeleaf |
| Идентификатор | Идентификаторthymeleaf-testing-junit |
| Последняя версия | Последняя версия5.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеthymeleaf-testing-junit
A Thymeleaf Testing / JUnit bridge to treat each Thymeleaf test file as a JUnit test.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| thymeleaf-testing-junit-5.0.0.pom | |
| thymeleaf-testing-junit-5.0.0.jar | 9 KB |
| thymeleaf-testing-junit-5.0.0-sources.jar | 4 KB |
| thymeleaf-testing-junit-5.0.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>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/nz.net.ultraq.thymeleaf/thymeleaf-testing-junit/
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-testing-junit:5.0.0'
// https://jarcasting.com/artifacts/nz.net.ultraq.thymeleaf/thymeleaf-testing-junit/
implementation ("nz.net.ultraq.thymeleaf:thymeleaf-testing-junit:5.0.0")
'nz.net.ultraq.thymeleaf:thymeleaf-testing-junit:jar:5.0.0'
<dependency org="nz.net.ultraq.thymeleaf" name="thymeleaf-testing-junit" rev="5.0.0">
<artifact name="thymeleaf-testing-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.net.ultraq.thymeleaf', module='thymeleaf-testing-junit', version='5.0.0')
)
libraryDependencies += "nz.net.ultraq.thymeleaf" % "thymeleaf-testing-junit" % "5.0.0"
[nz.net.ultraq.thymeleaf/thymeleaf-testing-junit "5.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.groovy : groovy | jar | 4.0.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
| org.reflections : reflections | jar | 0.9.12 |
| org.thymeleaf : thymeleaf | jar | 3.0.15.RELEASE |
| org.thymeleaf : thymeleaf-testing | jar | 3.0.4.RELEASE |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |