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