| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Безопасность |
| Группа | Группаcom.github.ulisesbocchio |
| Идентификатор | Идентификаторspring-boot-security-saml |
| Версия | Версия1.17 |
| Тип | Типjar |
| Описание |
ОписаниеSpring Boot Security SAML
Eases Integration between Spring Boot and spring-security-saml through properties and adapters
|
| Имя Файла | Размер |
|---|---|
| spring-boot-security-saml-1.17.pom | |
| spring-boot-security-saml-1.17.jar | 129 KB |
| spring-boot-security-saml-1.17-sources.jar | 82 KB |
| spring-boot-security-saml-1.17-javadoc.jar | 436 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.ulisesbocchio/spring-boot-security-saml/ -->
<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>spring-boot-security-saml</artifactId>
<version>1.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ulisesbocchio/spring-boot-security-saml/
implementation 'com.github.ulisesbocchio:spring-boot-security-saml:1.17'
// https://jarcasting.com/artifacts/com.github.ulisesbocchio/spring-boot-security-saml/
implementation ("com.github.ulisesbocchio:spring-boot-security-saml:1.17")
'com.github.ulisesbocchio:spring-boot-security-saml:jar:1.17'
<dependency org="com.github.ulisesbocchio" name="spring-boot-security-saml" rev="1.17">
<artifact name="spring-boot-security-saml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ulisesbocchio', module='spring-boot-security-saml', version='1.17')
)
libraryDependencies += "com.github.ulisesbocchio" % "spring-boot-security-saml" % "1.17"
[com.github.ulisesbocchio/spring-boot-security-saml "1.17"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | |
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter-security | jar | |
| org.springframework.security.extensions : spring-security-saml2-core | jar | 1.0.9.RELEASE |
| org.assertj : assertj-core | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | |
| org.projectlombok : lombok | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | |
| org.springframework.boot : spring-boot-starter-test | jar |