MVN

org.wildfly : wildfly-clustering-web-hotrod

Maven & Gradle

Aug 25, 2023
10 usages
2.9k stars

WildFly: Web session clustering - HotRod service provider · A distributable HTTP session manager and single sign-on manager (an implementation of wildfly-clustering-web-spi) based on the HotRod client and a remote Infinispan cluster.

<dependency>
    <groupId>org.wildfly</groupId>
    <artifactId>wildfly-clustering-web-hotrod</artifactId>
    <version>29.0.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wildfly : wildfly-clustering-web-hotrod to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 29.0.1.Final
  • Latest Beta: 29.0.0.Beta1
  • Latest Alpha: 29.0.0.Alpha1

All Versions

Choose a version of org.wildfly : wildfly-clustering-web-hotrod to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
29.0.x
wildfly-clustering-web-hotrod-29.0.1.Final
wildfly-clustering-web-hotrod-29.0.0.Final
wildfly-clustering-web-hotrod-29.0.0.Beta1
wildfly-clustering-web-hotrod-29.0.0.Alpha1
28.0.x
wildfly-clustering-web-hotrod-28.0.1.Final
wildfly-clustering-web-hotrod-28.0.0.Final
wildfly-clustering-web-hotrod-28.0.0.Beta1
27.0.x
wildfly-clustering-web-hotrod-27.0.1.Final
wildfly-clustering-web-hotrod-27.0.0.Final
wildfly-clustering-web-hotrod-27.0.0.Beta1
wildfly-clustering-web-hotrod-27.0.0.Alpha5
wildfly-clustering-web-hotrod-27.0.0.Alpha4
wildfly-clustering-web-hotrod-27.0.0.Alpha3
wildfly-clustering-web-hotrod-27.0.0.Alpha2
wildfly-clustering-web-hotrod-27.0.0.Alpha1
26.1.x
wildfly-clustering-web-hotrod-26.1.3.Final
wildfly-clustering-web-hotrod-26.1.2.Final
wildfly-clustering-web-hotrod-26.1.1.Final
wildfly-clustering-web-hotrod-26.1.0.Final
wildfly-clustering-web-hotrod-26.1.0.Beta1
26.0.x
wildfly-clustering-web-hotrod-26.0.1.Final
wildfly-clustering-web-hotrod-26.0.0.Final
wildfly-clustering-web-hotrod-26.0.0.Beta1
25.0.x
wildfly-clustering-web-hotrod-25.0.1.Final
wildfly-clustering-web-hotrod-25.0.0.Final
wildfly-clustering-web-hotrod-25.0.0.Beta1
24.0.x
wildfly-clustering-web-hotrod-24.0.1.Final
wildfly-clustering-web-hotrod-24.0.0.Final
wildfly-clustering-web-hotrod-24.0.0.Beta1
23.0.x
wildfly-clustering-web-hotrod-23.0.2.Final
wildfly-clustering-web-hotrod-23.0.1.Final
wildfly-clustering-web-hotrod-23.0.0.Final
wildfly-clustering-web-hotrod-23.0.0.Beta1
22.0.x
wildfly-clustering-web-hotrod-22.0.1.Final
wildfly-clustering-web-hotrod-22.0.0.Final
wildfly-clustering-web-hotrod-22.0.0.Beta1
wildfly-clustering-web-hotrod-22.0.0.Alpha1
21.0.x
wildfly-clustering-web-hotrod-21.0.2.Final
wildfly-clustering-web-hotrod-21.0.1.Final
wildfly-clustering-web-hotrod-21.0.0.Final
wildfly-clustering-web-hotrod-21.0.0.Beta1
20.0.x
wildfly-clustering-web-hotrod-20.0.1.Final
wildfly-clustering-web-hotrod-20.0.0.Final
wildfly-clustering-web-hotrod-20.0.0.Beta1
19.1.x
wildfly-clustering-web-hotrod-19.1.0.Final
19.0.x
wildfly-clustering-web-hotrod-19.0.0.Final
wildfly-clustering-web-hotrod-19.0.0.Beta3
wildfly-clustering-web-hotrod-19.0.0.Beta2
wildfly-clustering-web-hotrod-19.0.0.Beta1
18.0.x
wildfly-clustering-web-hotrod-18.0.1.Final
wildfly-clustering-web-hotrod-18.0.0.Final
wildfly-clustering-web-hotrod-18.0.0.Beta1
17.0.x
wildfly-clustering-web-hotrod-17.0.1.Final
wildfly-clustering-web-hotrod-17.0.0.Final
wildfly-clustering-web-hotrod-17.0.0.Beta1
16.0.x
wildfly-clustering-web-hotrod-16.0.0.Final
15.0.x
wildfly-clustering-web-hotrod-15.0.0.Final
14.0.x
wildfly-clustering-web-hotrod-14.0.0.Final
13.0.x
wildfly-clustering-web-hotrod-13.0.0.Final
12.0.x
wildfly-clustering-web-hotrod-12.0.0.Final
11.0.x
wildfly-clustering-web-hotrod-11.0.0.Final
wildfly-clustering-web-hotrod-11.0.0.CR1
wildfly-clustering-web-hotrod-11.0.0.Beta1
wildfly-clustering-web-hotrod-11.0.0.Alpha1

How to add a dependency to Maven

Add the following org.wildfly : wildfly-clustering-web-hotrod maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wildfly</groupId>
    <artifactId>wildfly-clustering-web-hotrod</artifactId>
    <version>29.0.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wildfly : wildfly-clustering-web-hotrod gradle dependency to your build.gradle file:

implementation 'org.wildfly:wildfly-clustering-web-hotrod:29.0.1.Final'

Gradle Kotlin DSL: Add the following org.wildfly : wildfly-clustering-web-hotrod gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wildfly:wildfly-clustering-web-hotrod:29.0.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wildfly : wildfly-clustering-web-hotrod sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wildfly" % "wildfly-clustering-web-hotrod" % "29.0.1.Final"

Advertisement

Dependencies from Group

Jul 27, 2021
342 usages
2.8k stars
Jul 27, 2021
299 usages
2.8k stars
Aug 25, 2023
97 usages
2.9k stars
Aug 25, 2023
87 usages
2.9k stars
Aug 25, 2023
81 usages
2.9k stars

Discover Dependencies

Apr 11, 2017
8 usages
0 stars
Apr 25, 2020
9 usages
1k stars
May 28, 2018
6 usages
546 stars
Sep 23, 2019
7 usages
186 stars
Apr 26, 2017
6 usages
Apr 26, 2017
7 usages
153 stars
Apr 28, 2017
6 usages
68 stars
Apr 28, 2017
6 usages
68 stars
Aug 10, 2023
22 usages
27 stars
Aug 10, 2023
22 usages
27 stars