WAMP v1 Implementation for Spring 4

Implementation of WAMP v1 based on the Spring 4 websocket support

License

License

GroupId

GroupId

ch.rasc
ArtifactId

ArtifactId

wampspring
Last Version

Last Version

1.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

WAMP v1 Implementation for Spring 4
Implementation of WAMP v1 based on the Spring 4 websocket support
Project URL

Project URL

https://github.com/ralscha/wampspring/
Source Code Management

Source Code Management

https://github.com/ralscha/wampspring.git

Download wampspring

How to add to project

<!-- https://jarcasting.com/artifacts/ch.rasc/wampspring/ -->
<dependency>
    <groupId>ch.rasc</groupId>
    <artifactId>wampspring</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.rasc/wampspring/
implementation 'ch.rasc:wampspring:1.1.2'
// https://jarcasting.com/artifacts/ch.rasc/wampspring/
implementation ("ch.rasc:wampspring:1.1.2")
'ch.rasc:wampspring:jar:1.1.2'
<dependency org="ch.rasc" name="wampspring" rev="1.1.2">
  <artifact name="wampspring" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.rasc', module='wampspring', version='1.1.2')
)
libraryDependencies += "ch.rasc" % "wampspring" % "1.1.2"
[ch.rasc/wampspring "1.1.2"]

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework : spring-websocket jar
org.springframework : spring-messaging jar
org.springframework : spring-webmvc jar
com.fasterxml.jackson.core : jackson-databind jar 2.9.2

test (6)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.8.0
junit : junit jar 4.12
org.springframework.boot : spring-boot-starter-websocket jar 1.5.9.RELEASE
org.springframework.boot : spring-boot-test jar 1.5.9.RELEASE
org.springframework : spring-test jar
org.mockito : mockito-all jar 2.0.2-beta

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0