Download web-sse-4.0-b90.jar file - Jar w

Jar examples for w:web-sse

Description

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 4.0-b90 in this page.

License

Open Source License

Build File

You can use the following script to add web-sse-4.0-b90.jar to your project.

<dependency>
   <groupId>org.glassfish.main.web</groupId>
   <artifactId>web-sse</artifactId>
   <version>4.0-b90</version>
</dependency>
compile group: 'org.glassfish.main.web', name: 'web-sse', version: '4.0-b90'
libraryDependencies += "org.glassfish.main.web" % "web-sse" % "4.0-b90"
<dependency org="org.glassfish.main.web" name="web-sse" rev="4.0-b90"/>
@Grapes(@Grab(group='org.glassfish.main.web', module='web-sse', version='4.0-b90'))
'org.glassfish.main.web:web-sse:jar:4.0-b90'

Download

Click the following link to download the jar file.

web-sse-4.0-b90-javadoc.jar
web-sse-4.0-b90-sources.jar
web-sse-4.0-b90.jar
web-sse-4.0-b90.pom



Related Tutorials