Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.springframework.security |
ArtifactId | ArtifactIdspring-security-bom |
Version | Version4.2.9.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
spring-security-bom-4.2.9.RELEASE.pom | |
spring-security-bom-4.2.9.RELEASE.txt | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.security/spring-security-bom/ -->
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-bom</artifactId>
<version>4.2.9.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.security/spring-security-bom/
implementation 'org.springframework.security:spring-security-bom:4.2.9.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.security/spring-security-bom/
implementation ("org.springframework.security:spring-security-bom:4.2.9.RELEASE")
'org.springframework.security:spring-security-bom:pom:4.2.9.RELEASE'
<dependency org="org.springframework.security" name="spring-security-bom" rev="4.2.9.RELEASE">
<artifact name="spring-security-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-bom', version='4.2.9.RELEASE')
)
libraryDependencies += "org.springframework.security" % "spring-security-bom" % "4.2.9.RELEASE"
[org.springframework.security/spring-security-bom "4.2.9.RELEASE"]