MVN

org.jasig.cas : cas-server-integration-hazelcast

Maven & Gradle

Nov 04, 2016

Apereo CAS Hazelcast Integration · cas-server-integration-hazelcast

<dependency>
    <groupId>org.jasig.cas</groupId>
    <artifactId>cas-server-integration-hazelcast</artifactId>
    <version>4.1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jasig.cas : cas-server-integration-hazelcast to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.10
  • Latest Release Candidate: 4.2.0-RC3

All Versions

Choose a version of org.jasig.cas : cas-server-integration-hazelcast to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
cas-server-integration-hazelcast-4.2.7
cas-server-integration-hazelcast-4.2.6
cas-server-integration-hazelcast-4.2.5
cas-server-integration-hazelcast-4.2.4
cas-server-integration-hazelcast-4.2.3
cas-server-integration-hazelcast-4.2.2
cas-server-integration-hazelcast-4.2.1
cas-server-integration-hazelcast-4.2.0
cas-server-integration-hazelcast-4.2.0-RC3
cas-server-integration-hazelcast-4.2.0-RC2
cas-server-integration-hazelcast-4.2.0-RC1
4.1.x
cas-server-integration-hazelcast-4.1.10
cas-server-integration-hazelcast-4.1.9
cas-server-integration-hazelcast-4.1.8
cas-server-integration-hazelcast-4.1.7
cas-server-integration-hazelcast-4.1.6
cas-server-integration-hazelcast-4.1.5
cas-server-integration-hazelcast-4.1.4
cas-server-integration-hazelcast-4.1.3
cas-server-integration-hazelcast-4.1.2
cas-server-integration-hazelcast-4.1.1
cas-server-integration-hazelcast-4.1.0
cas-server-integration-hazelcast-4.1.0-RC2
cas-server-integration-hazelcast-4.1.0-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jasig.cas</groupId>
    <artifactId>cas-server-integration-hazelcast</artifactId>
    <version>4.1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jasig.cas : cas-server-integration-hazelcast gradle dependency to your build.gradle file:

implementation 'org.jasig.cas:cas-server-integration-hazelcast:4.1.10'

Gradle Kotlin DSL: Add the following org.jasig.cas : cas-server-integration-hazelcast gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jasig.cas:cas-server-integration-hazelcast:4.1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jasig.cas : cas-server-integration-hazelcast sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jasig.cas" % "cas-server-integration-hazelcast" % "4.1.10"

Advertisement