is not current version
Last Version 3.1.10

org.jasig.cas:cas-client 3.1-RC1

JA-SIG CAS Client for Java is the integration point for applications that want to speak with a CAS server, either via the CAS 1.0 or CAS 2.0 protocol.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.jasig.cas
ArtifactId

ArtifactId

cas-client
Version

Version

3.1-RC1
Type

Type

pom

Download cas-client 3.1-RC1

Filename Size
cas-client-3.1-RC1.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/org.jasig.cas/cas-client/ -->
<dependency>
    <groupId>org.jasig.cas</groupId>
    <artifactId>cas-client</artifactId>
    <version>3.1-RC1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.cas/cas-client/
implementation 'org.jasig.cas:cas-client:3.1-RC1'
// https://jarcasting.com/artifacts/org.jasig.cas/cas-client/
implementation ("org.jasig.cas:cas-client:3.1-RC1")
'org.jasig.cas:cas-client:pom:3.1-RC1'
<dependency org="org.jasig.cas" name="cas-client" rev="3.1-RC1">
  <artifact name="cas-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jasig.cas', module='cas-client', version='3.1-RC1')
)
libraryDependencies += "org.jasig.cas" % "cas-client" % "3.1-RC1"
[org.jasig.cas/cas-client "3.1-RC1"]