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.

License

License

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

com.envimate.httpmate.integrations
ArtifactId

ArtifactId

httpmate-jettywithwebsockets
Last Version

Last Version

1.0.26
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project Organization

Project Organization

envimate GmbH

Download httpmate-jettywithwebsockets

How to add to project

<!-- 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"]

Dependencies

compile (5)

Group / Artifact Type Version
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

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.10

test (13)

Group / Artifact Type Version
com.envimate.httpmate.integrations : httpmate-websockets-events jar 1.0.26
org.glassfish.tyrus.bundles : tyrus-standalone-client jar 1.15
org.glassfish.tyrus : tyrus-client jar 1.15
com.envimate.httpmate.integrations : httpmate-client jar 1.0.26
com.envimate.httpmate.integrations : httpmate-mapmate jar 1.0.26
com.google.code.gson : gson jar 2.8.6
com.envimate.httpmate.integrations : httpmate-multipart jar 1.0.26
com.envimate.httpmate.integrations : httpmate-websockets-usecases jar 1.0.26
org.hamcrest : hamcrest-library jar 2.2
org.junit.jupiter : junit-jupiter-api jar
org.junit.jupiter : junit-jupiter-engine jar
org.junit.platform : junit-platform-launcher jar
org.junit.platform : junit-platform-runner jar

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.26
1.0.25
1.0.22
1.0.21
1.0.20
1.0.19
1.0.14