Download wamp2spring-1.0.0.jar file - Jar w

Jar examples for w:wamp2spring

Description

Implementation of WAMP v2 based on the Spring 5 websocket support

You can download jar file wamp2spring 1.0.0 in this page.

License

Apache 2

Build File

You can use the following script to add wamp2spring-1.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

wamp2spring-1.0.0-javadoc.jar
wamp2spring-1.0.0-sources.jar
wamp2spring-1.0.0.jar
wamp2spring-1.0.0.pom



Related Tutorials