| Категории |
КатегорииБезопасность Leaf Данные Базы данных |
|---|---|
| Группа | Группаorg.thymeleaf.extras |
| Идентификатор | Идентификаторthymeleaf-extras-springsecurity3 |
| Версия | Версия2.1.2.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.thymeleaf.extras/thymeleaf-extras-springsecurity3/ -->
<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-springsecurity3</artifactId>
<version>2.1.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.thymeleaf.extras/thymeleaf-extras-springsecurity3/
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity3:2.1.2.RELEASE'
// https://jarcasting.com/artifacts/org.thymeleaf.extras/thymeleaf-extras-springsecurity3/
implementation ("org.thymeleaf.extras:thymeleaf-extras-springsecurity3:2.1.2.RELEASE")
'org.thymeleaf.extras:thymeleaf-extras-springsecurity3:jar:2.1.2.RELEASE'
<dependency org="org.thymeleaf.extras" name="thymeleaf-extras-springsecurity3" rev="2.1.2.RELEASE">
<artifact name="thymeleaf-extras-springsecurity3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.thymeleaf.extras', module='thymeleaf-extras-springsecurity3', version='2.1.2.RELEASE')
)
libraryDependencies += "org.thymeleaf.extras" % "thymeleaf-extras-springsecurity3" % "2.1.2.RELEASE"
[org.thymeleaf.extras/thymeleaf-extras-springsecurity3 "2.1.2.RELEASE"]