| Категории |
КатегорииSpring Boot Контейнер Микросервисы Безопасность |
|---|---|
| Группа | Группаcom.github.ulisesbocchio |
| Идентификатор | Идентификаторspring-boot-security-saml-parent |
| Версия | Версия1.5 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| spring-boot-security-saml-parent-1.5.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.ulisesbocchio/spring-boot-security-saml-parent/ -->
<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>spring-boot-security-saml-parent</artifactId>
<version>1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ulisesbocchio/spring-boot-security-saml-parent/
implementation 'com.github.ulisesbocchio:spring-boot-security-saml-parent:1.5'
// https://jarcasting.com/artifacts/com.github.ulisesbocchio/spring-boot-security-saml-parent/
implementation ("com.github.ulisesbocchio:spring-boot-security-saml-parent:1.5")
'com.github.ulisesbocchio:spring-boot-security-saml-parent:pom:1.5'
<dependency org="com.github.ulisesbocchio" name="spring-boot-security-saml-parent" rev="1.5">
<artifact name="spring-boot-security-saml-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ulisesbocchio', module='spring-boot-security-saml-parent', version='1.5')
)
libraryDependencies += "com.github.ulisesbocchio" % "spring-boot-security-saml-parent" % "1.5"
[com.github.ulisesbocchio/spring-boot-security-saml-parent "1.5"]