| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJetty Контейнер Application Servers |
| Группа | Группаcom.envimate.httpmate.integrations |
| Идентификатор | Идентификаторhttpmate-jettywithwebsockets |
| Последняя версия | Последняя версия1.0.26 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHttpMate - Integrations - Jetty with Websockets
HttpMate 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/com.envimate.httpmate.integrations/httpmate-jettywithwebsockets/ -->
<dependency>
<groupId>com.envimate.httpmate.integrations</groupId>
<artifactId>httpmate-jettywithwebsockets</artifactId>
<version>1.0.26</version>
</dependency>
// https://jarcasting.com/artifacts/com.envimate.httpmate.integrations/httpmate-jettywithwebsockets/
implementation 'com.envimate.httpmate.integrations:httpmate-jettywithwebsockets:1.0.26'
// https://jarcasting.com/artifacts/com.envimate.httpmate.integrations/httpmate-jettywithwebsockets/
implementation ("com.envimate.httpmate.integrations:httpmate-jettywithwebsockets:1.0.26")
'com.envimate.httpmate.integrations:httpmate-jettywithwebsockets:jar:1.0.26'
<dependency org="com.envimate.httpmate.integrations" name="httpmate-jettywithwebsockets" rev="1.0.26">
<artifact name="httpmate-jettywithwebsockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.envimate.httpmate.integrations', module='httpmate-jettywithwebsockets', version='1.0.26')
)
libraryDependencies += "com.envimate.httpmate.integrations" % "httpmate-jettywithwebsockets" % "1.0.26"
[com.envimate.httpmate.integrations/httpmate-jettywithwebsockets "1.0.26"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.envimate.httpmate : core | jar | 1.0.26 |
| com.envimate.httpmate.integrations : httpmate-servletwithwebsockets | jar | 1.0.26 |
| org.eclipse.jetty : jetty-server | jar | 9.4.21.v20190926 |
| org.eclipse.jetty : jetty-servlet | jar | 9.4.21.v20190926 |
| org.eclipse.jetty : jetty-util | jar | 9.4.21.v20190926 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.10 |