MVN

com.gccloud : gc-starter-sso-cas-rest

Maven & Gradle

Jul 03, 2023

针对5.3+版本且支持rest协议的cas server 1、回调自动携带ticket过来 2、退出时自动告知本系统退出并携带ticket过来

<dependency>
    <groupId>com.gccloud</groupId>
    <artifactId>gc-starter-sso-cas-rest</artifactId>
    <version>2.0.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gccloud : gc-starter-sso-cas-rest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0.RELEASE

All Versions

Choose a version of com.gccloud : gc-starter-sso-cas-rest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
gc-starter-sso-cas-rest-2.1.0.2022112402.RELEASE
gc-starter-sso-cas-rest-2.1.0.2023042801.bugfix.RELEASE
gc-starter-sso-cas-rest-2.1.0.RELEASE
2.0.x
gc-starter-sso-cas-rest-2.0.0.RELEASE
1.2.x
gc-starter-sso-cas-rest-1.2.4.2023013001.RELEASE

How to add a dependency to Maven

Add the following com.gccloud : gc-starter-sso-cas-rest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gccloud</groupId>
    <artifactId>gc-starter-sso-cas-rest</artifactId>
    <version>2.0.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gccloud : gc-starter-sso-cas-rest gradle dependency to your build.gradle file:

implementation 'com.gccloud:gc-starter-sso-cas-rest:2.0.0.RELEASE'

Gradle Kotlin DSL: Add the following com.gccloud : gc-starter-sso-cas-rest gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gccloud:gc-starter-sso-cas-rest:2.0.0.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gccloud : gc-starter-sso-cas-rest sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gccloud" % "gc-starter-sso-cas-rest" % "2.0.0.RELEASE"