| License |
License
Yale Central Authentication Service License
|
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcas |
| ArtifactId | ArtifactIdcasclient |
| Last Version | Last Version2.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava CAS Client Distribution
|
| Project Organization |
Project OrganizationYale University ITS Technology & Planning |
| Filename | Size |
|---|---|
| casclient-2.1.1.pom | |
| casclient-2.1.1.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cas/casclient/ -->
<dependency>
<groupId>cas</groupId>
<artifactId>casclient</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/cas/casclient/
implementation 'cas:casclient:2.1.1'
// https://jarcasting.com/artifacts/cas/casclient/
implementation ("cas:casclient:2.1.1")
'cas:casclient:jar:2.1.1'
<dependency org="cas" name="casclient" rev="2.1.1">
<artifact name="casclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='cas', module='casclient', version='2.1.1')
)
libraryDependencies += "cas" % "casclient" % "2.1.1"
[cas/casclient "2.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| servletapi : servletapi | jar | 2.3 |
| commons-logging : commons-logging | jar | 1.0.4 |