Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.apereo.cas |
ArtifactId | ArtifactIdcas-mgmt-config-oauth |
Version | Version6.1.7 |
Type | Typejar |
Filename | Size |
---|---|
cas-mgmt-config-oauth-6.1.7.pom | |
cas-mgmt-config-oauth-6.1.7.jar | 2 KB |
cas-mgmt-config-oauth-6.1.7-tests.jar | 261 bytes |
cas-mgmt-config-oauth-6.1.7-sources.jar | 1 KB |
cas-mgmt-config-oauth-6.1.7-resources.jar | 484 bytes |
cas-mgmt-config-oauth-6.1.7-javadoc.jar | 389 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apereo.cas/cas-mgmt-config-oauth/ -->
<dependency>
<groupId>org.apereo.cas</groupId>
<artifactId>cas-mgmt-config-oauth</artifactId>
<version>6.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apereo.cas/cas-mgmt-config-oauth/
implementation 'org.apereo.cas:cas-mgmt-config-oauth:6.1.7'
// https://jarcasting.com/artifacts/org.apereo.cas/cas-mgmt-config-oauth/
implementation ("org.apereo.cas:cas-mgmt-config-oauth:6.1.7")
'org.apereo.cas:cas-mgmt-config-oauth:jar:6.1.7'
<dependency org="org.apereo.cas" name="cas-mgmt-config-oauth" rev="6.1.7">
<artifact name="cas-mgmt-config-oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apereo.cas', module='cas-mgmt-config-oauth', version='6.1.7')
)
libraryDependencies += "org.apereo.cas" % "cas-mgmt-config-oauth" % "6.1.7"
[org.apereo.cas/cas-mgmt-config-oauth "6.1.7"]