| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка |
| Группа | Группаde.quantummaid.httpmaid.integrations |
| Идентификатор | Идентификаторhttpmaid-websocket |
| Последняя версия | Последняя версия0.9.53 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHttpMaid - Integrations - Websocket
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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| httpmaid-websocket-0.9.53.pom | |
| httpmaid-websocket-0.9.53.jar | 49 KB |
| httpmaid-websocket-0.9.53-sources.jar | 38 KB |
| httpmaid-websocket-0.9.53-javadoc.jar | 587 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-websocket/ -->
<dependency>
<groupId>de.quantummaid.httpmaid.integrations</groupId>
<artifactId>httpmaid-websocket</artifactId>
<version>0.9.53</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-websocket/
implementation 'de.quantummaid.httpmaid.integrations:httpmaid-websocket:0.9.53'
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-websocket/
implementation ("de.quantummaid.httpmaid.integrations:httpmaid-websocket:0.9.53")
'de.quantummaid.httpmaid.integrations:httpmaid-websocket:jar:0.9.53'
<dependency org="de.quantummaid.httpmaid.integrations" name="httpmaid-websocket" rev="0.9.53">
<artifact name="httpmaid-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.httpmaid.integrations', module='httpmaid-websocket', version='0.9.53')
)
libraryDependencies += "de.quantummaid.httpmaid.integrations" % "httpmaid-websocket" % "0.9.53"
[de.quantummaid.httpmaid.integrations/httpmaid-websocket "0.9.53"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| de.quantummaid.httpmaid : core | jar | 0.9.53 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.12 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0-M1 |