MVN

org.glassfish.ha : ha-shoal-cache-bootstrap

Maven & Gradle

Jul 28, 2011
1 usages

GlassFish ha-shoal-cache-bootstrap

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

Latest Version

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

  • Latest Stable: 3.1.1

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.glassfish.ha</groupId>
    <artifactId>ha-shoal-cache-bootstrap</artifactId>
    <version>3.1.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.glassfish.ha:ha-shoal-cache-bootstrap:3.1.1'

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

implementation("org.glassfish.ha:ha-shoal-cache-bootstrap:3.1.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.glassfish.ha" % "ha-shoal-cache-bootstrap" % "3.1.1"