is not current version
Last Version 1.1.2

ch.rasc:wampspring 1.1.0

Implementation of WAMP v1 based on the Spring 4 websocket support

GroupId

GroupId

ch.rasc
ArtifactId

ArtifactId

wampspring
Version

Version

1.1.0
Type

Type

jar

Download wampspring 1.1.0


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