Categories |
CategoriesJGroups Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdde.mklinger.jgroups |
ArtifactId | ArtifactIdjgroups-http2 |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
jgroups-http2-2.2.pom | |
jgroups-http2-2.2.jar | 50 KB |
jgroups-http2-2.2-sources.jar | 32 KB |
jgroups-http2-2.2-javadoc.jar | 142 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.mklinger.jgroups/jgroups-http2/ -->
<dependency>
<groupId>de.mklinger.jgroups</groupId>
<artifactId>jgroups-http2</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.mklinger.jgroups/jgroups-http2/
implementation 'de.mklinger.jgroups:jgroups-http2:2.2'
// https://jarcasting.com/artifacts/de.mklinger.jgroups/jgroups-http2/
implementation ("de.mklinger.jgroups:jgroups-http2:2.2")
'de.mklinger.jgroups:jgroups-http2:jar:2.2'
<dependency org="de.mklinger.jgroups" name="jgroups-http2" rev="2.2">
<artifact name="jgroups-http2" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.mklinger.jgroups', module='jgroups-http2', version='2.2')
)
libraryDependencies += "de.mklinger.jgroups" % "jgroups-http2" % "2.2"
[de.mklinger.jgroups/jgroups-http2 "2.2"]