| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJGroups Библиотеки уровня приложения Distributed Applications |
| Группа | Группаde.mklinger.jgroups |
| Идентификатор | Идентификаторjgroups-http2 |
| Версия | Версия2.3 |
| Тип | Типjar |
| Описание |
Описаниеjgroups-http2
Protocol implementation for JGroups based on HTTP/2
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |