GroupId | GroupIdorg.jasig.cas |
---|---|
ArtifactId | ArtifactIdcas-server-support-openid |
Version | Version3.2-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jasig.cas/cas-server-support-openid/ -->
<dependency>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-support-openid</artifactId>
<version>3.2-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.cas/cas-server-support-openid/
implementation 'org.jasig.cas:cas-server-support-openid:3.2-RC1'
// https://jarcasting.com/artifacts/org.jasig.cas/cas-server-support-openid/
implementation ("org.jasig.cas:cas-server-support-openid:3.2-RC1")
'org.jasig.cas:cas-server-support-openid:jar:3.2-RC1'
<dependency org="org.jasig.cas" name="cas-server-support-openid" rev="3.2-RC1">
<artifact name="cas-server-support-openid" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasig.cas', module='cas-server-support-openid', version='3.2-RC1')
)
libraryDependencies += "org.jasig.cas" % "cas-server-support-openid" % "3.2-RC1"
[org.jasig.cas/cas-server-support-openid "3.2-RC1"]