MVN

org.grails.plugins : spring-security-cas

Maven & Gradle

Mar 11, 2022
19 stars

Grails Spring Security CAS Plugin · The CAS plugin adds CAS single sign-on support to a Grails application that uses Spring Security.

<dependency>
    <groupId>org.grails.plugins</groupId>
    <artifactId>spring-security-cas</artifactId>
    <version>4.0.0-RC1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.grails.plugins : spring-security-cas to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0-RC1
  • Latest Release Candidate: 4.0.0-RC1

All Versions

Choose a version of org.grails.plugins : spring-security-cas to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
spring-security-cas-4.0.0-RC1

How to add a dependency to Maven

Add the following org.grails.plugins : spring-security-cas maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.grails.plugins</groupId>
    <artifactId>spring-security-cas</artifactId>
    <version>4.0.0-RC1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.grails.plugins : spring-security-cas gradle dependency to your build.gradle file:

implementation 'org.grails.plugins:spring-security-cas:4.0.0-RC1'

Gradle Kotlin DSL: Add the following org.grails.plugins : spring-security-cas gradle kotlin dependency to your build.gradle.kts file:

implementation("org.grails.plugins:spring-security-cas:4.0.0-RC1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.grails.plugins : spring-security-cas sbt scala dependency to your build.sbt file:

libraryDependencies += "org.grails.plugins" % "spring-security-cas" % "4.0.0-RC1"

Advertisement

Dependencies from Group

Jul 22, 2023
16 usages
62 stars
gsp
Aug 25, 2023
15 usages
16 stars
Jun 30, 2023
12 usages
15 stars
Aug 24, 2023
8 usages
255 stars
Jul 22, 2023
6 usages
56 stars

Discover Dependencies

Mar 16, 2022
23 stars
Mar 14, 2022
0 stars
Dec 01, 2022
1 stars
Nov 18, 2022
0 stars
Nov 18, 2022
0 stars
Aug 11, 2023
32 stars
Mar 28, 2022