MVN

com.github.pires : hazelcast-kubernetes-bootstrapper

Maven & Gradle

Oct 14, 2017
23 stars

Hazelcast Kubernetes Bootstrapper

<dependency>
    <groupId>com.github.pires</groupId>
    <artifactId>hazelcast-kubernetes-bootstrapper</artifactId>
    <version>3.8.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.pires : hazelcast-kubernetes-bootstrapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.8.6

All Versions

Choose a version of com.github.pires : hazelcast-kubernetes-bootstrapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.8.x
hazelcast-kubernetes-bootstrapper-3.8.6
hazelcast-kubernetes-bootstrapper-3.8.3
hazelcast-kubernetes-bootstrapper-3.8.2
3.8
hazelcast-kubernetes-bootstrapper-3.8
0.6.x
hazelcast-kubernetes-bootstrapper-0.6.1
0.6
hazelcast-kubernetes-bootstrapper-0.6
0.5.x
hazelcast-kubernetes-bootstrapper-0.5.1
0.5
hazelcast-kubernetes-bootstrapper-0.5
0.4
hazelcast-kubernetes-bootstrapper-0.4

How to add a dependency to Maven

Add the following com.github.pires : hazelcast-kubernetes-bootstrapper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.pires</groupId>
    <artifactId>hazelcast-kubernetes-bootstrapper</artifactId>
    <version>3.8.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.pires : hazelcast-kubernetes-bootstrapper gradle dependency to your build.gradle file:

implementation 'com.github.pires:hazelcast-kubernetes-bootstrapper:3.8.6'

Gradle Kotlin DSL: Add the following com.github.pires : hazelcast-kubernetes-bootstrapper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.pires:hazelcast-kubernetes-bootstrapper:3.8.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.pires : hazelcast-kubernetes-bootstrapper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.pires" % "hazelcast-kubernetes-bootstrapper" % "3.8.6"