MVN

org.apereo.cas : cas-mgmt-config-configuration

Maven & Gradle

Nov 03, 2018
5 usages
58 stars

cas-mgmt-config-configuration · cas-mgmt-config-configuration

<dependency>
    <groupId>org.apereo.cas</groupId>
    <artifactId>cas-mgmt-config-configuration</artifactId>
    <version>6.0.0-RC3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apereo.cas : cas-mgmt-config-configuration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.0-RC3
  • Latest Release Candidate: 6.0.0-RC3

All Versions

Choose a version of org.apereo.cas : cas-mgmt-config-configuration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
cas-mgmt-config-configuration-6.0.0-RC3

How to add a dependency to Maven

Add the following org.apereo.cas : cas-mgmt-config-configuration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apereo.cas</groupId>
    <artifactId>cas-mgmt-config-configuration</artifactId>
    <version>6.0.0-RC3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apereo.cas : cas-mgmt-config-configuration gradle dependency to your build.gradle file:

implementation 'org.apereo.cas:cas-mgmt-config-configuration:6.0.0-RC3'

Gradle Kotlin DSL: Add the following org.apereo.cas : cas-mgmt-config-configuration gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apereo.cas:cas-mgmt-config-configuration:6.0.0-RC3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apereo.cas : cas-mgmt-config-configuration sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apereo.cas" % "cas-mgmt-config-configuration" % "6.0.0-RC3"

Advertisement