jEaSSE: Java Easy Server-Sent Events

Implementation of SSE for Java plain Servlets with minimal footprint and asynchronous processing.

License

License

GroupId

GroupId

info.macias
ArtifactId

ArtifactId

jeasse
Last Version

Last Version

0.10.0
Release Date

Release Date

Type

Type

jar
Description

Description

jEaSSE: Java Easy Server-Sent Events
Implementation of SSE for Java plain Servlets with minimal footprint and asynchronous processing.
Project URL

Project URL

http://github.com/mariomac/jeasse

Download jeasse

How to add to project

<!-- https://jarcasting.com/artifacts/info.macias/jeasse/ -->
<dependency>
    <groupId>info.macias</groupId>
    <artifactId>jeasse</artifactId>
    <version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/info.macias/jeasse/
implementation 'info.macias:jeasse:0.10.0'
// https://jarcasting.com/artifacts/info.macias/jeasse/
implementation ("info.macias:jeasse:0.10.0")
'info.macias:jeasse:jar:0.10.0'
<dependency org="info.macias" name="jeasse" rev="0.10.0">
  <artifact name="jeasse" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.macias', module='jeasse', version='0.10.0')
)
libraryDependencies += "info.macias" % "jeasse" % "0.10.0"
[info.macias/jeasse "0.10.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jeasse-common
  • jeasse-servlet3
  • jeasse-vertx3

Versions

Version
0.10.0
0.9.0