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