License |
License |
---|---|
Categories |
CategoriesJGroups Application Layer Libs Distributed Applications |
GroupId | GroupIdde.mklinger.jgroups |
ArtifactId | ArtifactIdjgroups-http2 |
Last Version | Last Version2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjgroups-http2
Protocol implementation for JGroups based on HTTP/2
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jgroups-http2-2.3.pom | |
jgroups-http2-2.3.jar | 50 KB |
jgroups-http2-2.3-sources.jar | 32 KB |
jgroups-http2-2.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.mklinger.jgroups/jgroups-http2/
implementation 'de.mklinger.jgroups:jgroups-http2:2.3'
// https://jarcasting.com/artifacts/de.mklinger.jgroups/jgroups-http2/
implementation ("de.mklinger.jgroups:jgroups-http2:2.3")
'de.mklinger.jgroups:jgroups-http2:jar:2.3'
<dependency org="de.mklinger.jgroups" name="jgroups-http2" rev="2.3">
<artifact name="jgroups-http2" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.mklinger.jgroups', module='jgroups-http2', version='2.3')
)
libraryDependencies += "de.mklinger.jgroups" % "jgroups-http2" % "2.3"
[de.mklinger.jgroups/jgroups-http2 "2.3"]
Group / Artifact | Type | Version |
---|---|---|
org.jgroups : jgroups | jar | 4.0.23.Final |
javax.servlet : javax.servlet-api | jar | 4.0.1 |
org.slf4j : slf4j-api | jar | 1.7.20 |
de.mklinger.commons : httpclient | jar | 0.9 |
de.mklinger.micro : keystores | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-alpn-conscrypt-server | jar | 9.4.31.v20200723 |
org.eclipse.jetty.http2 : http2-server | jar | 9.4.31.v20200723 |
org.eclipse.jetty : jetty-servlet | jar | 9.4.31.v20200723 |
junit : junit | jar | 4.13 |
org.hamcrest : hamcrest-library | jar | 1.3 |
commons-io : commons-io | jar | 2.6 |
org.slf4j : slf4j-simple | jar | 1.7.20 |