MVN

org.glassfish.web : web-ha

Maven & Gradle

Jul 28, 2011
1 usages

Web Container HA code

<dependency>
    <groupId>org.glassfish.web</groupId>
    <artifactId>web-ha</artifactId>
    <version>3.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.web : web-ha to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.1

All Versions

Choose a version of org.glassfish.web : web-ha to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2
web-ha-3.2-b06
web-ha-3.2-b05
web-ha-3.2-b04
web-ha-3.2-b03
web-ha-3.2-b02
web-ha-3.2-b01
3.1.x
web-ha-3.1.1
web-ha-3.1.1-b11
web-ha-3.1.1-b10
web-ha-3.1.1-b09
web-ha-3.1.1-b08
web-ha-3.1.1-b07
web-ha-3.1.1-b06
web-ha-3.1.1-b05
web-ha-3.1.1-b04
web-ha-3.1.1-b03
web-ha-3.1.1-b02
web-ha-3.1.1-b01
3.1
web-ha-3.1
web-ha-3.1-b41
web-ha-3.1-b40
web-ha-3.1-b39
web-ha-3.1-b38
web-ha-3.1-b37
web-ha-3.1-b36
web-ha-3.1-b35
web-ha-3.1-b34
web-ha-3.1-b33
web-ha-3.1-b32
web-ha-3.1-b31
web-ha-3.1-b30
web-ha-3.1-b28
web-ha-3.1-b27
web-ha-3.1-b26
web-ha-3.1-b25
web-ha-3.1-b24
web-ha-3.1-b23
web-ha-3.1-b22
web-ha-3.1-b21
web-ha-3.1-b20
web-ha-3.1-b19
web-ha-3.1-b18
web-ha-3.1-b17
web-ha-3.1-b16
web-ha-3.1-b15
web-ha-3.1-b14
web-ha-3.1-b13
web-ha-3.1-b12
web-ha-3.1-b11

How to add a dependency to Maven

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

<dependency>
    <groupId>org.glassfish.web</groupId>
    <artifactId>web-ha</artifactId>
    <version>3.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.web : web-ha gradle dependency to your build.gradle file:

implementation 'org.glassfish.web:web-ha:3.1.1'

Gradle Kotlin DSL: Add the following org.glassfish.web : web-ha gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.web:web-ha:3.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.web : web-ha sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.web" % "web-ha" % "3.1.1"

Advertisement