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