Last Version

WAMP v2 Implementation for Spring 5 1.0.0

Implementation of WAMP v2 based on the Spring 5 websocket support

License

License

GroupId

GroupId

ch.rasc
ArtifactId

ArtifactId

wamp2spring
Version

Version

1.0.0
Type

Type

jar
Description

Description

WAMP v2 Implementation for Spring 5
Implementation of WAMP v2 based on the Spring 5 websocket support
Project URL

Project URL

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

Source Code Management

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

Download wamp2spring 1.0.0


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

Dependencies

compile (8)

Group / Artifact Type Version
org.springframework : spring-websocket jar 5.0.0.RELEASE
org.springframework : spring-messaging jar 5.0.0.RELEASE
org.springframework : spring-webmvc jar 5.0.0.RELEASE
com.fasterxml.jackson.core : jackson-databind jar 2.9.1
org.msgpack : jackson-dataformat-msgpack jar 0.8.13
com.fasterxml.jackson.dataformat : jackson-dataformat-cbor jar 2.9.1
com.fasterxml.jackson.dataformat : jackson-dataformat-smile jar 2.9.1
com.github.ben-manes.caffeine : caffeine jar 2.5.6

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.7.RELEASE
org.springframework.boot : spring-boot-starter-test jar 1.5.7.RELEASE
org.mockito : mockito-core jar 2.10.0
nl.jqno.equalsverifier : equalsverifier jar 2.3.3

Project Modules

There are no modules declared in this project.