| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииLeaf Данные Базы данных |
| Группа | Группаorg.thymeleaf |
| Идентификатор | Идентификаторthymeleaf-testing-lib |
| Последняя версия | Последняя версия3.1.0.M2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеthymeleaf testing lib
Modern server-side Java template engine for both web and standalone environments
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| thymeleaf-testing-lib-3.1.0.M2.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf-testing-lib/ -->
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-testing-lib</artifactId>
<version>3.1.0.M2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf-testing-lib/
implementation 'org.thymeleaf:thymeleaf-testing-lib:3.1.0.M2'
// https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf-testing-lib/
implementation ("org.thymeleaf:thymeleaf-testing-lib:3.1.0.M2")
'org.thymeleaf:thymeleaf-testing-lib:pom:3.1.0.M2'
<dependency org="org.thymeleaf" name="thymeleaf-testing-lib" rev="3.1.0.M2">
<artifact name="thymeleaf-testing-lib" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.thymeleaf', module='thymeleaf-testing-lib', version='3.1.0.M2')
)
libraryDependencies += "org.thymeleaf" % "thymeleaf-testing-lib" % "3.1.0.M2"
[org.thymeleaf/thymeleaf-testing-lib "3.1.0.M2"]