Jar examples for w:web-sse
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.
You can download jar file web-sse 5.0 in this page.
Open Source License
You can use the following script to add web-sse-5.0.jar to your project.
<dependency> <groupId>org.glassfish.main.web</groupId> <artifactId>web-sse</artifactId> <version>5.0</version> </dependency>
compile group: 'org.glassfish.main.web', name: 'web-sse', version: '5.0'
libraryDependencies += "org.glassfish.main.web" % "web-sse" % "5.0"
<dependency org="org.glassfish.main.web" name="web-sse" rev="5.0"/>
@Grapes(@Grab(group='org.glassfish.main.web', module='web-sse', version='5.0'))
'org.glassfish.main.web:web-sse:jar:5.0'
Click the following link to download the jar file.
web-sse-5.0-javadoc.jar