is not current version
Last Version 4.1.10

org.jasig.cas:cas-server-uber-webapp 4.1.2

The CAS uber-webapp module is deprecated and will be removed from subsequent CAS releases. You should not attempt to include this module in your CAS Maven overlays, and rather try to use the cas-server-webapp module instead, and include dependencies that are required for your build.

GroupId

GroupId

org.jasig.cas
ArtifactId

ArtifactId

cas-server-uber-webapp
Version

Version

4.1.2
Type

Type

war

Download cas-server-uber-webapp 4.1.2


<!-- https://jarcasting.com/artifacts/org.jasig.cas/cas-server-uber-webapp/ -->
<dependency>
    <groupId>org.jasig.cas</groupId>
    <artifactId>cas-server-uber-webapp</artifactId>
    <version>4.1.2</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.cas/cas-server-uber-webapp/
implementation 'org.jasig.cas:cas-server-uber-webapp:4.1.2'
// https://jarcasting.com/artifacts/org.jasig.cas/cas-server-uber-webapp/
implementation ("org.jasig.cas:cas-server-uber-webapp:4.1.2")
'org.jasig.cas:cas-server-uber-webapp:war:4.1.2'
<dependency org="org.jasig.cas" name="cas-server-uber-webapp" rev="4.1.2">
  <artifact name="cas-server-uber-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jasig.cas', module='cas-server-uber-webapp', version='4.1.2')
)
libraryDependencies += "org.jasig.cas" % "cas-server-uber-webapp" % "4.1.2"
[org.jasig.cas/cas-server-uber-webapp "4.1.2"]