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