is not current version
Last Version 2.0.0.RELEASE

org.springframework.roo:org.springframework.roo.addon.security 2.0.0.M2

Configuration and Integration of Spring Security features in the target project.

Categories

Categories

Security
GroupId

GroupId

org.springframework.roo
ArtifactId

ArtifactId

org.springframework.roo.addon.security
Version

Version

2.0.0.M2
Type

Type

pom

Download org.springframework.roo.addon.security 2.0.0.M2


<!-- https://jarcasting.com/artifacts/org.springframework.roo/org.springframework.roo.addon.security/ -->
<dependency>
    <groupId>org.springframework.roo</groupId>
    <artifactId>org.springframework.roo.addon.security</artifactId>
    <version>2.0.0.M2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.roo/org.springframework.roo.addon.security/
implementation 'org.springframework.roo:org.springframework.roo.addon.security:2.0.0.M2'
// https://jarcasting.com/artifacts/org.springframework.roo/org.springframework.roo.addon.security/
implementation ("org.springframework.roo:org.springframework.roo.addon.security:2.0.0.M2")
'org.springframework.roo:org.springframework.roo.addon.security:pom:2.0.0.M2'
<dependency org="org.springframework.roo" name="org.springframework.roo.addon.security" rev="2.0.0.M2">
  <artifact name="org.springframework.roo.addon.security" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.roo', module='org.springframework.roo.addon.security', version='2.0.0.M2')
)
libraryDependencies += "org.springframework.roo" % "org.springframework.roo.addon.security" % "2.0.0.M2"
[org.springframework.roo/org.springframework.roo.addon.security "2.0.0.M2"]