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