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