Categories |
CategoriesSpring Boot Container Microservices Security |
---|---|
GroupId | GroupIdcom.github.ulisesbocchio |
ArtifactId | ArtifactIdspring-boot-security-saml |
Version | Version1.15 |
Type | Typejar |
<!-- 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.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ulisesbocchio/spring-boot-security-saml/
implementation 'com.github.ulisesbocchio:spring-boot-security-saml:1.15'
// https://jarcasting.com/artifacts/com.github.ulisesbocchio/spring-boot-security-saml/
implementation ("com.github.ulisesbocchio:spring-boot-security-saml:1.15")
'com.github.ulisesbocchio:spring-boot-security-saml:jar:1.15'
<dependency org="com.github.ulisesbocchio" name="spring-boot-security-saml" rev="1.15">
<artifact name="spring-boot-security-saml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ulisesbocchio', module='spring-boot-security-saml', version='1.15')
)
libraryDependencies += "com.github.ulisesbocchio" % "spring-boot-security-saml" % "1.15"
[com.github.ulisesbocchio/spring-boot-security-saml "1.15"]