is not current version
Last Version 1.1.2

ch.rasc:wampspring 1.1.1

Implementation of WAMP v1 based on the Spring 4 websocket support

GroupId

GroupId

ch.rasc
ArtifactId

ArtifactId

wampspring
Version

Version

1.1.1
Type

Type

jar

Download wampspring 1.1.1


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