Maven Repository - POM file for JEE cas 2.0.12 2.0.12

Summary

Central Authentication Service.

Yale ITS Central Authentication Service.

Declaration

Here is the list of declaration for cas. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>cas</groupId>
   <artifactId>cas</artifactId>
   <version>2.0.12</version>
</dependency>

If you think this Maven repository POM file listing for cas is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The cas-2.0.12 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Servletservletapi 2.3
Java Servlet technology provides Web developers with a simple, consistent mechanism for extending the functionality of a Web server and for accessing existing business systems.
20




Packages

The following packages are defined in the cas-2.0.12.jar

edu.yale.its.tp.cas.auth
edu.yale.its.tp.cas.auth.provider
edu.yale.its.tp.cas.servlet
edu.yale.its.tp.cas.ticket
edu.yale.its.tp.cas.util

POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>cas</groupId>
  <artifactId>cas</artifactId>
  <name>Central Authentication Service</name>
  <version>2.0.12</version>
  <description>Yale ITS Central Authentication Service</description>
  <url>http://www.yale.edu/tp/cas/</url>
  <dependencies>
    <dependency>
      <groupId>servletapi</groupId>
      <artifactId>servletapi</artifactId>
      <version>2.3</version>
    </dependency>
  </dependencies>
</project>