| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Ant Компиляция и сборка Безопасность |
| Группа | Группаcn.antcore |
| Идентификатор | Идентификаторspring-boot-starter-security |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеspring-boot-starter-security
This is spring-boot-starter-security.
|
<!-- https://jarcasting.com/artifacts/cn.antcore/spring-boot-starter-security/ -->
<dependency>
<groupId>cn.antcore</groupId>
<artifactId>spring-boot-starter-security</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.antcore/spring-boot-starter-security/
implementation 'cn.antcore:spring-boot-starter-security:1.0.0'
// https://jarcasting.com/artifacts/cn.antcore/spring-boot-starter-security/
implementation ("cn.antcore:spring-boot-starter-security:1.0.0")
'cn.antcore:spring-boot-starter-security:jar:1.0.0'
<dependency org="cn.antcore" name="spring-boot-starter-security" rev="1.0.0">
<artifact name="spring-boot-starter-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.antcore', module='spring-boot-starter-security', version='1.0.0')
)
libraryDependencies += "cn.antcore" % "spring-boot-starter-security" % "1.0.0"
[cn.antcore/spring-boot-starter-security "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter-data-redis | jar | |
| org.springframework.boot : spring-boot-starter-aop | jar |