Download wampspring-1.1.2.jar file - Jar w

Jar examples for w:wampspring

Description

Implementation of WAMP v1 based on the Spring 4 websocket support

You can download jar file wampspring 1.1.2 in this page.

License

Apache 2

Build File

You can use the following script to add wampspring-1.1.2.jar to your project.

<dependency>
   <groupId>ch.rasc</groupId>
   <artifactId>wampspring</artifactId>
   <version>1.1.2</version>
</dependency>
compile group: 'ch.rasc', name: 'wampspring', version: '1.1.2'
libraryDependencies += "ch.rasc" % "wampspring" % "1.1.2"
<dependency org="ch.rasc" name="wampspring" rev="1.1.2"/>
@Grapes(@Grab(group='ch.rasc', module='wampspring', version='1.1.2'))
'ch.rasc:wampspring:jar:1.1.2'

Download

Click the following link to download the jar file.

wampspring-1.1.2-javadoc.jar
wampspring-1.1.2-sources.jar
wampspring-1.1.2.jar
wampspring-1.1.2.pom



Related Tutorials