Categories |
CategoriesMaven Build Tools Ant Net Security |
---|---|
GroupId | GroupIdnet.anthavio.maven |
ArtifactId | ArtifactIdspring-security-bom |
Version | Version3.1.2.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
spring-security-bom-3.1.2.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.1.2.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.2.RELEASE'
// https://jarcasting.com/artifacts/net.anthavio.maven/spring-security-bom/
implementation ("net.anthavio.maven:spring-security-bom:3.1.2.RELEASE")
'net.anthavio.maven:spring-security-bom:pom:3.1.2.RELEASE'
<dependency org="net.anthavio.maven" name="spring-security-bom" rev="3.1.2.RELEASE">
<artifact name="spring-security-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.anthavio.maven', module='spring-security-bom', version='3.1.2.RELEASE')
)
libraryDependencies += "net.anthavio.maven" % "spring-security-bom" % "3.1.2.RELEASE"
[net.anthavio.maven/spring-security-bom "3.1.2.RELEASE"]