MVN

org.soulwing.cas : cas-subsystem

Maven & Gradle

Apr 10, 2019
5 stars

CAS Subsystem · Wildfly subsystem that monitors web application deployments and attaches CAS authentication support.

<dependency>
    <groupId>org.soulwing.cas</groupId>
    <artifactId>cas-subsystem</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.soulwing.cas : cas-subsystem to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.3

All Versions

Choose a version of org.soulwing.cas : cas-subsystem to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
cas-subsystem-2.0.3
cas-subsystem-2.0.2
1.0.x
cas-subsystem-1.0.6
cas-subsystem-1.0.5
cas-subsystem-1.0.4
cas-subsystem-1.0.3
cas-subsystem-1.0.1
cas-subsystem-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.soulwing.cas</groupId>
    <artifactId>cas-subsystem</artifactId>
    <version>2.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.soulwing.cas : cas-subsystem gradle dependency to your build.gradle file:

implementation 'org.soulwing.cas:cas-subsystem:2.0.3'

Gradle Kotlin DSL: Add the following org.soulwing.cas : cas-subsystem gradle kotlin dependency to your build.gradle.kts file:

implementation("org.soulwing.cas:cas-subsystem:2.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.soulwing.cas : cas-subsystem sbt scala dependency to your build.sbt file:

libraryDependencies += "org.soulwing.cas" % "cas-subsystem" % "2.0.3"

Advertisement