Download wamp2spring-core-2.0.0.jar file - Jar w

Jar examples for w:wamp2spring-core

Description

Core library of WAMP v2 implementation based on the Spring 5 websocket support

You can download jar file wamp2spring-core 2.0.0 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

wamp2spring-core-2.0.0-javadoc.jar
wamp2spring-core-2.0.0-sources.jar
wamp2spring-core-2.0.0.jar
wamp2spring-core-2.0.0.pom



Related Tutorials