is not current version
Last Version 3.2.5.RELEASE

net.anthavio.maven:spring-security-bom 3.1.3.RELEASE

Spring Security Maven BOM

Categories

Categories

Maven Build Tools Ant Net Security
GroupId

GroupId

net.anthavio.maven
ArtifactId

ArtifactId

spring-security-bom
Version

Version

3.1.3.RELEASE
Type

Type

pom

Download spring-security-bom 3.1.3.RELEASE


<!-- https://jarcasting.com/artifacts/net.anthavio.maven/spring-security-bom/ -->
<dependency>
    <groupId>net.anthavio.maven</groupId>
    <artifactId>spring-security-bom</artifactId>
    <version>3.1.3.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.anthavio.maven/spring-security-bom/
implementation 'net.anthavio.maven:spring-security-bom:3.1.3.RELEASE'
// https://jarcasting.com/artifacts/net.anthavio.maven/spring-security-bom/
implementation ("net.anthavio.maven:spring-security-bom:3.1.3.RELEASE")
'net.anthavio.maven:spring-security-bom:pom:3.1.3.RELEASE'
<dependency org="net.anthavio.maven" name="spring-security-bom" rev="3.1.3.RELEASE">
  <artifact name="spring-security-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.anthavio.maven', module='spring-security-bom', version='3.1.3.RELEASE')
)
libraryDependencies += "net.anthavio.maven" % "spring-security-bom" % "3.1.3.RELEASE"
[net.anthavio.maven/spring-security-bom "3.1.3.RELEASE"]