| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.seepine |
| Идентификатор | Идентификаторspring-boot-starter-auth |
| Последняя версия | Последняя версия2.0.0-beta.18 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеspring-boot-starter-auth
easy auth for springboot
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-auth/ -->
<dependency>
<groupId>com.seepine</groupId>
<artifactId>spring-boot-starter-auth</artifactId>
<version>2.0.0-beta.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-auth/
implementation 'com.seepine:spring-boot-starter-auth:2.0.0-beta.18'
// https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-auth/
implementation ("com.seepine:spring-boot-starter-auth:2.0.0-beta.18")
'com.seepine:spring-boot-starter-auth:jar:2.0.0-beta.18'
<dependency org="com.seepine" name="spring-boot-starter-auth" rev="2.0.0-beta.18">
<artifact name="spring-boot-starter-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seepine', module='spring-boot-starter-auth', version='2.0.0-beta.18')
)
libraryDependencies += "com.seepine" % "spring-boot-starter-auth" % "2.0.0-beta.18"
[com.seepine/spring-boot-starter-auth "2.0.0-beta.18"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter-aop | jar | |
| org.projectlombok : lombok Необязательный | jar | |
| org.redisson : redisson-spring-boot-starter | jar | 3.17.0 |