| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.jasig.cas |
| ArtifactId | ArtifactIdcas-client-uportal |
| Last Version | Last Version3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJA-SIG CAS Client for Java - uPortal Integration
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.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| cas-client-uportal-3.0.pom | |
| cas-client-uportal-3.0.jar | 13 KB |
| cas-client-uportal-3.0-clover.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jasig.cas/cas-client-uportal/ -->
<dependency>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-client-uportal</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.cas/cas-client-uportal/
implementation 'org.jasig.cas:cas-client-uportal:3.0'
// https://jarcasting.com/artifacts/org.jasig.cas/cas-client-uportal/
implementation ("org.jasig.cas:cas-client-uportal:3.0")
'org.jasig.cas:cas-client-uportal:jar:3.0'
<dependency org="org.jasig.cas" name="cas-client-uportal" rev="3.0">
<artifact name="cas-client-uportal" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasig.cas', module='cas-client-uportal', version='3.0')
)
libraryDependencies += "org.jasig.cas" % "cas-client-uportal" % "3.0"
[org.jasig.cas/cas-client-uportal "3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jasig.cas : cas-client-core | jar | 3.0 |
| commons-logging : commons-logging | jar | 1.1 |
| cas : cas-server | jar | 3.0.5 |
| org.springframework : spring-beans | jar | 2.0 |
| org.springframework : spring-core | jar | 2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| jasig » uportal | jar | 2.5.3-rc1 |
| javax.servlet : servlet-api | jar | 2.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |