MVN

de.mklinger.jgroups : jgroups-http2

Maven & Gradle

Aug 29, 2020
0 stars

Protocol implementation for JGroups based on HTTP/2

<dependency>
    <groupId>de.mklinger.jgroups</groupId>
    <artifactId>jgroups-http2</artifactId>
    <version>2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.mklinger.jgroups : jgroups-http2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3

All Versions

Choose a version of de.mklinger.jgroups : jgroups-http2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3
jgroups-http2-2.3
2.2
jgroups-http2-2.2
2.1
jgroups-http2-2.1
2.0
jgroups-http2-2.0
1.16
jgroups-http2-1.16
1.15
jgroups-http2-1.15
1.14
jgroups-http2-1.14
1.13
jgroups-http2-1.13
1.12
jgroups-http2-1.12
1.11
jgroups-http2-1.11
1.10
jgroups-http2-1.10
1.9
jgroups-http2-1.9
1.8
jgroups-http2-1.8
1.7
jgroups-http2-1.7
1.6.x
jgroups-http2-1.6.1
1.6
jgroups-http2-1.6
1.5.x
jgroups-http2-1.5.1
1.5
jgroups-http2-1.5
1.4
jgroups-http2-1.4
1.3
jgroups-http2-1.3
1.2
jgroups-http2-1.2
1.1
jgroups-http2-1.1
1.0
jgroups-http2-1.0

How to add a dependency to Maven

Add the following de.mklinger.jgroups : jgroups-http2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.mklinger.jgroups</groupId>
    <artifactId>jgroups-http2</artifactId>
    <version>2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.mklinger.jgroups : jgroups-http2 gradle dependency to your build.gradle file:

implementation 'de.mklinger.jgroups:jgroups-http2:2.3'

Gradle Kotlin DSL: Add the following de.mklinger.jgroups : jgroups-http2 gradle kotlin dependency to your build.gradle.kts file:

implementation("de.mklinger.jgroups:jgroups-http2:2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.mklinger.jgroups : jgroups-http2 sbt scala dependency to your build.sbt file:

libraryDependencies += "de.mklinger.jgroups" % "jgroups-http2" % "2.3"