License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Ant Net Security |
GroupId | GroupIdnet.anthavio.maven |
ArtifactId | ArtifactIdspring-security-bom |
Version | Version3.2.5.RELEASE |
Type | Typepom |
Description |
Descriptionspring-security-bom
Spring Security Maven BOM
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-security-bom-3.2.5.RELEASE.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.anthavio.maven/spring-security-bom/ -->
<dependency>
<groupId>net.anthavio.maven</groupId>
<artifactId>spring-security-bom</artifactId>
<version>3.2.5.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.anthavio.maven/spring-security-bom/
implementation 'net.anthavio.maven:spring-security-bom:3.2.5.RELEASE'
// https://jarcasting.com/artifacts/net.anthavio.maven/spring-security-bom/
implementation ("net.anthavio.maven:spring-security-bom:3.2.5.RELEASE")
'net.anthavio.maven:spring-security-bom:pom:3.2.5.RELEASE'
<dependency org="net.anthavio.maven" name="spring-security-bom" rev="3.2.5.RELEASE">
<artifact name="spring-security-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.anthavio.maven', module='spring-security-bom', version='3.2.5.RELEASE')
)
libraryDependencies += "net.anthavio.maven" % "spring-security-bom" % "3.2.5.RELEASE"
[net.anthavio.maven/spring-security-bom "3.2.5.RELEASE"]