is not current version
Last Version 7.0.0-M4

org.glassfish.main.web:web-sse 4.0-b72

Server-Sent Events specification (http://dev.w3.org/html5/eventsource) defines an JavaScript API for clients for receiving push notifications from a server on a HTTP connection. This module has an API and implementation for server components to send such event notifications.

Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.main.web
ArtifactId

ArtifactId

web-sse
Version

Version

4.0-b72
Type

Type

jar

Download web-sse 4.0-b72


<!-- https://jarcasting.com/artifacts/org.glassfish.main.web/web-sse/ -->
<dependency>
    <groupId>org.glassfish.main.web</groupId>
    <artifactId>web-sse</artifactId>
    <version>4.0-b72</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.web/web-sse/
implementation 'org.glassfish.main.web:web-sse:4.0-b72'
// https://jarcasting.com/artifacts/org.glassfish.main.web/web-sse/
implementation ("org.glassfish.main.web:web-sse:4.0-b72")
'org.glassfish.main.web:web-sse:jar:4.0-b72'
<dependency org="org.glassfish.main.web" name="web-sse" rev="4.0-b72">
  <artifact name="web-sse" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.web', module='web-sse', version='4.0-b72')
)
libraryDependencies += "org.glassfish.main.web" % "web-sse" % "4.0-b72"
[org.glassfish.main.web/web-sse "4.0-b72"]