is not current version
Last Version 3.6.4

org.jasig.cas.client:cas-client 3.3.2

Jasig 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.3.2
Type

Type

pom

Download cas-client 3.3.2

Filename Size
cas-client-3.3.2.pom 7 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.3.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.cas.client/cas-client/
implementation 'org.jasig.cas.client:cas-client:3.3.2'
// https://jarcasting.com/artifacts/org.jasig.cas.client/cas-client/
implementation ("org.jasig.cas.client:cas-client:3.3.2")
'org.jasig.cas.client:cas-client:pom:3.3.2'
<dependency org="org.jasig.cas.client" name="cas-client" rev="3.3.2">
  <artifact name="cas-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jasig.cas.client', module='cas-client', version='3.3.2')
)
libraryDependencies += "org.jasig.cas.client" % "cas-client" % "3.3.2"
[org.jasig.cas.client/cas-client "3.3.2"]