Download signalr4j-2.0.3.jar file - Jar s

Jar examples for s:signalr4j

Description

A java client library for accessing SignalR WebSocket endpoints.

You can download jar file signalr4j 2.0.3 in this page.

License

Apache 2.0 Licence

Build File

You can use the following script to add signalr4j-2.0.3.jar to your project.

<dependency>
   <groupId>com.github.signalr4j</groupId>
   <artifactId>signalr4j</artifactId>
   <version>2.0.3</version>
</dependency>
compile group: 'com.github.signalr4j', name: 'signalr4j', version: '2.0.3'
libraryDependencies += "com.github.signalr4j" % "signalr4j" % "2.0.3"
<dependency org="com.github.signalr4j" name="signalr4j" rev="2.0.3"/>
@Grapes(@Grab(group='com.github.signalr4j', module='signalr4j', version='2.0.3'))
'com.github.signalr4j:signalr4j:jar:2.0.3'

Download

Click the following link to download the jar file.

signalr4j-2.0.3-javadoc.jar
signalr4j-2.0.3-sources.jar
signalr4j-2.0.3.jar
signalr4j-2.0.3.pom



Related Tutorials