| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJetty Контейнер Application Servers Ant Компиляция и сборка |
| Группа | Группаde.quantummaid.httpmaid.integrations |
| Идентификатор | Идентификаторhttpmaid-jetty-websockets |
| Версия | Версия0.9.140 |
| Тип | Типjar |
| Описание |
ОписаниеHttpMaid - Integrations - Jetty Websockets
HttpMaid is a lightweight non-intrusive web framework, which allows you to easily use your services to handle
HTTP requests. It delegates the processing of a request based on it's path to one of your services, releasing
you from the headache of configuring numerous beans and spoiling your code with annotations.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-jetty-websockets/ -->
<dependency>
<groupId>de.quantummaid.httpmaid.integrations</groupId>
<artifactId>httpmaid-jetty-websockets</artifactId>
<version>0.9.140</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-jetty-websockets/
implementation 'de.quantummaid.httpmaid.integrations:httpmaid-jetty-websockets:0.9.140'
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-jetty-websockets/
implementation ("de.quantummaid.httpmaid.integrations:httpmaid-jetty-websockets:0.9.140")
'de.quantummaid.httpmaid.integrations:httpmaid-jetty-websockets:jar:0.9.140'
<dependency org="de.quantummaid.httpmaid.integrations" name="httpmaid-jetty-websockets" rev="0.9.140">
<artifact name="httpmaid-jetty-websockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.httpmaid.integrations', module='httpmaid-jetty-websockets', version='0.9.140')
)
libraryDependencies += "de.quantummaid.httpmaid.integrations" % "httpmaid-jetty-websockets" % "0.9.140"
[de.quantummaid.httpmaid.integrations/httpmaid-jetty-websockets "0.9.140"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| de.quantummaid.httpmaid : core | jar | |
| de.quantummaid.httpmaid.integrations : httpmaid-servlet | jar | |
| de.quantummaid.httpmaid.integrations : httpmaid-jetty | jar | |
| org.eclipse.jetty.websocket : websocket-server | jar | 9.4.42.v20210604 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.20 |