License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers Ant Build Tools |
GroupId | GroupIdde.quantummaid.httpmaid.integrations |
ArtifactId | ArtifactIdhttpmaid-jettywithwebsockets |
Last Version | Last Version0.9.53 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHttpMaid - Integrations - Jetty with 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.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-jettywithwebsockets/ -->
<dependency>
<groupId>de.quantummaid.httpmaid.integrations</groupId>
<artifactId>httpmaid-jettywithwebsockets</artifactId>
<version>0.9.53</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-jettywithwebsockets/
implementation 'de.quantummaid.httpmaid.integrations:httpmaid-jettywithwebsockets:0.9.53'
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-jettywithwebsockets/
implementation ("de.quantummaid.httpmaid.integrations:httpmaid-jettywithwebsockets:0.9.53")
'de.quantummaid.httpmaid.integrations:httpmaid-jettywithwebsockets:jar:0.9.53'
<dependency org="de.quantummaid.httpmaid.integrations" name="httpmaid-jettywithwebsockets" rev="0.9.53">
<artifact name="httpmaid-jettywithwebsockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.httpmaid.integrations', module='httpmaid-jettywithwebsockets', version='0.9.53')
)
libraryDependencies += "de.quantummaid.httpmaid.integrations" % "httpmaid-jettywithwebsockets" % "0.9.53"
[de.quantummaid.httpmaid.integrations/httpmaid-jettywithwebsockets "0.9.53"]
Group / Artifact | Type | Version |
---|---|---|
de.quantummaid.httpmaid : core | jar | 0.9.53 |
de.quantummaid.httpmaid.integrations : httpmaid-servletwithwebsockets | jar | 0.9.53 |
org.eclipse.jetty : jetty-server | jar | 9.4.28.v20200408 |
org.eclipse.jetty : jetty-servlet | jar | 9.4.28.v20200408 |
org.eclipse.jetty : jetty-util | jar | 9.4.28.v20200408 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |