is not current version
Last Version 3.6.4

org.jasig.cas.client:cas-client 3.1.11

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.client
ArtifactId

ArtifactId

cas-client
Version

Version

3.1.11
Type

Type

pom

Download cas-client 3.1.11

Filename Size
cas-client-3.1.11.pom 5 KB
Browse

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