License |
License |
---|---|
GroupId | GroupIdinfo.macias |
ArtifactId | ArtifactIdjeasse |
Last Version | Last Version0.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjEaSSE: Java Easy Server-Sent Events
Implementation of SSE for Java plain Servlets with minimal footprint and asynchronous processing.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jeasse-0.10.0.pom | |
jeasse-0.10.0.jar | 9 KB |
jeasse-0.10.0-sources.jar | 4 KB |
jeasse-0.10.0-javadoc.jar | 50 KB |
Browse |
<!-- 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"]