MVN

org.apereo.cas : cas-mgmt-webapp

Maven & Gradle

Jul 21, 2023
1 usages
58 stars

cas-mgmt-webapp · cas-mgmt-webapp

<dependency>
    <groupId>org.apereo.cas</groupId>
    <artifactId>cas-mgmt-webapp</artifactId>
    <version>6.6.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.6.3
  • Latest Release Candidate: 6.3.0-RC1

All Versions

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

Version Vulnerabilities Updated
6.6.x
cas-mgmt-webapp-6.6.3
cas-mgmt-webapp-6.6.2
cas-mgmt-webapp-6.6.1
cas-mgmt-webapp-6.6.0
6.5.x
cas-mgmt-webapp-6.5.6
cas-mgmt-webapp-6.5.5
cas-mgmt-webapp-6.5.4
cas-mgmt-webapp-6.5.3
cas-mgmt-webapp-6.5.2
cas-mgmt-webapp-6.5.1
cas-mgmt-webapp-6.5.0
6.4.x
cas-mgmt-webapp-6.4.1
cas-mgmt-webapp-6.4.0
6.3.x
cas-mgmt-webapp-6.3.10
cas-mgmt-webapp-6.3.9
cas-mgmt-webapp-6.3.8
cas-mgmt-webapp-6.3.7
cas-mgmt-webapp-6.3.6
cas-mgmt-webapp-6.3.5
cas-mgmt-webapp-6.3.4
cas-mgmt-webapp-6.3.3
cas-mgmt-webapp-6.3.1
cas-mgmt-webapp-6.3.0
cas-mgmt-webapp-6.3.0-RC1
6.2.x
cas-mgmt-webapp-6.2.3.1
cas-mgmt-webapp-6.2.2
6.1.x
cas-mgmt-webapp-6.1.7
cas-mgmt-webapp-6.1.0-RC4
cas-mgmt-webapp-6.1.0-RC2
6.0.x
cas-mgmt-webapp-6.0.1
cas-mgmt-webapp-6.0.0-RC4
cas-mgmt-webapp-6.0.0-RC3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apereo.cas</groupId>
    <artifactId>cas-mgmt-webapp</artifactId>
    <version>6.6.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apereo.cas:cas-mgmt-webapp:6.6.3'

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

implementation("org.apereo.cas:cas-mgmt-webapp:6.6.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apereo.cas" % "cas-mgmt-webapp" % "6.6.3"

Advertisement