GroupId | GroupIdorg.jasig.cas |
---|---|
ArtifactId | ArtifactIdcas-server-support-legacy |
Version | Version3.1-rc1 |
Type | Typejar |
Filename | Size |
---|---|
cas-server-support-legacy-3.1-rc1.pom | |
cas-server-support-legacy-3.1-rc1.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jasig.cas/cas-server-support-legacy/ -->
<dependency>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-support-legacy</artifactId>
<version>3.1-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.cas/cas-server-support-legacy/
implementation 'org.jasig.cas:cas-server-support-legacy:3.1-rc1'
// https://jarcasting.com/artifacts/org.jasig.cas/cas-server-support-legacy/
implementation ("org.jasig.cas:cas-server-support-legacy:3.1-rc1")
'org.jasig.cas:cas-server-support-legacy:jar:3.1-rc1'
<dependency org="org.jasig.cas" name="cas-server-support-legacy" rev="3.1-rc1">
<artifact name="cas-server-support-legacy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasig.cas', module='cas-server-support-legacy', version='3.1-rc1')
)
libraryDependencies += "org.jasig.cas" % "cas-server-support-legacy" % "3.1-rc1"
[org.jasig.cas/cas-server-support-legacy "3.1-rc1"]