| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаde.dm.auth |
| Идентификатор | Идентификаторactivedirectory-spring-boot-starter |
| Последняя версия | Последняя версия2.3.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеActivedirectory Spring Boot Starter
Starter for configuring activedirectory authentication, optimized for service to service
communication via caching of credentials.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/de.dm.auth/activedirectory-spring-boot-starter/ -->
<dependency>
<groupId>de.dm.auth</groupId>
<artifactId>activedirectory-spring-boot-starter</artifactId>
<version>2.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.dm.auth/activedirectory-spring-boot-starter/
implementation 'de.dm.auth:activedirectory-spring-boot-starter:2.3.3'
// https://jarcasting.com/artifacts/de.dm.auth/activedirectory-spring-boot-starter/
implementation ("de.dm.auth:activedirectory-spring-boot-starter:2.3.3")
'de.dm.auth:activedirectory-spring-boot-starter:jar:2.3.3'
<dependency org="de.dm.auth" name="activedirectory-spring-boot-starter" rev="2.3.3">
<artifact name="activedirectory-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dm.auth', module='activedirectory-spring-boot-starter', version='2.3.3')
)
libraryDependencies += "de.dm.auth" % "activedirectory-spring-boot-starter" % "2.3.3"
[de.dm.auth/activedirectory-spring-boot-starter "2.3.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-cache | jar | 2.3.3.RELEASE |
| org.ehcache : ehcache | jar | 3.8.1 |
| org.springframework.security : spring-security-ldap | jar | |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 2.3.3.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-security | jar | 2.3.3.RELEASE |
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| org.springframework.boot : spring-boot-starter-test | jar | 2.3.3.RELEASE |
| org.assertj : assertj-core | jar | 3.9.1 |