is not current version
Last Version 3.6.4

org.jasig.cas.client:cas-client 3.4.1

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.4.1
Type

Type

pom

Download cas-client 3.4.1

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