MVN

org.apereo.cas.client : cas-client-support-distributed-ehcache

Maven & Gradle

May 24, 2023
862 stars

Apereo CAS Client for Java - Distributed Proxy Storage Support: EhCache

<dependency>
    <groupId>org.apereo.cas.client</groupId>
    <artifactId>cas-client-support-distributed-ehcache</artifactId>
    <version>4.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apereo.cas.client : cas-client-support-distributed-ehcache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.2
  • Latest Release Candidate: 4.0.0-RC1

All Versions

Choose a version of org.apereo.cas.client : cas-client-support-distributed-ehcache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
cas-client-support-distributed-ehcache-4.0.2
cas-client-support-distributed-ehcache-4.0.1
cas-client-support-distributed-ehcache-4.0.0
cas-client-support-distributed-ehcache-4.0.0-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apereo.cas.client</groupId>
    <artifactId>cas-client-support-distributed-ehcache</artifactId>
    <version>4.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apereo.cas.client : cas-client-support-distributed-ehcache gradle dependency to your build.gradle file:

implementation 'org.apereo.cas.client:cas-client-support-distributed-ehcache:4.0.2'

Gradle Kotlin DSL: Add the following org.apereo.cas.client : cas-client-support-distributed-ehcache gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apereo.cas.client:cas-client-support-distributed-ehcache:4.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apereo.cas.client : cas-client-support-distributed-ehcache sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apereo.cas.client" % "cas-client-support-distributed-ehcache" % "4.0.2"