Last Version

jEaSSE: Java Easy Server-Sent Events 0.10.0

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

License

License

GroupId

GroupId

info.macias
ArtifactId

ArtifactId

jeasse
Version

Version

0.10.0
Type

Type

pom
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 0.10.0

Filename Size
jeasse-0.10.0.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/info.macias/jeasse/ -->
<dependency>
    <groupId>info.macias</groupId>
    <artifactId>jeasse</artifactId>
    <version>0.10.0</version>
    <type>pom</type>
</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:pom:0.10.0'
<dependency org="info.macias" name="jeasse" rev="0.10.0">
  <artifact name="jeasse" type="pom" />
</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