GroupId | GroupIdorg.apereo.cas |
---|---|
ArtifactId | ArtifactIdcas-server-core-authentication-attributes |
Version | Version5.3.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apereo.cas/cas-server-core-authentication-attributes/ -->
<dependency>
<groupId>org.apereo.cas</groupId>
<artifactId>cas-server-core-authentication-attributes</artifactId>
<version>5.3.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apereo.cas/cas-server-core-authentication-attributes/
implementation 'org.apereo.cas:cas-server-core-authentication-attributes:5.3.0-RC1'
// https://jarcasting.com/artifacts/org.apereo.cas/cas-server-core-authentication-attributes/
implementation ("org.apereo.cas:cas-server-core-authentication-attributes:5.3.0-RC1")
'org.apereo.cas:cas-server-core-authentication-attributes:jar:5.3.0-RC1'
<dependency org="org.apereo.cas" name="cas-server-core-authentication-attributes" rev="5.3.0-RC1">
<artifact name="cas-server-core-authentication-attributes" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apereo.cas', module='cas-server-core-authentication-attributes', version='5.3.0-RC1')
)
libraryDependencies += "org.apereo.cas" % "cas-server-core-authentication-attributes" % "5.3.0-RC1"
[org.apereo.cas/cas-server-core-authentication-attributes "5.3.0-RC1"]