MVN

com.meltmedia.jgroups : jgroups-aws

Maven & Gradle

Sep 29, 2017
3 usages
44 stars

JGroups AWS Discovery · A JGroups ping implementation that uses the AWS APIs for node discovery.

<dependency>
    <groupId>com.meltmedia.jgroups</groupId>
    <artifactId>jgroups-aws</artifactId>
    <version>1.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.meltmedia.jgroups : jgroups-aws to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.1

All Versions

Choose a version of com.meltmedia.jgroups : jgroups-aws to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
jgroups-aws-1.6.1
jgroups-aws-1.6.0
1.5.x
jgroups-aws-1.5.0
1.4.x
jgroups-aws-1.4.2
jgroups-aws-1.4.1
jgroups-aws-1.4.0
1.3.x
jgroups-aws-1.3.1
jgroups-aws-1.3.0
1.2.x
jgroups-aws-1.2.0
1.1.x
jgroups-aws-1.1.0
1.0.x
jgroups-aws-1.0.0

How to add a dependency to Maven

Add the following com.meltmedia.jgroups : jgroups-aws maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.meltmedia.jgroups</groupId>
    <artifactId>jgroups-aws</artifactId>
    <version>1.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.meltmedia.jgroups : jgroups-aws gradle dependency to your build.gradle file:

implementation 'com.meltmedia.jgroups:jgroups-aws:1.6.1'

Gradle Kotlin DSL: Add the following com.meltmedia.jgroups : jgroups-aws gradle kotlin dependency to your build.gradle.kts file:

implementation("com.meltmedia.jgroups:jgroups-aws:1.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.meltmedia.jgroups : jgroups-aws sbt scala dependency to your build.sbt file:

libraryDependencies += "com.meltmedia.jgroups" % "jgroups-aws" % "1.6.1"

Advertisement