is not current version
Last Version 0.4.1

org.onevroad:net-websocket-spring-boot 0.3.0

a Java WebSocket Framework based on Netty with Spring Boot

Categories

Categories

Spring Boot Container Microservices Net
GroupId

GroupId

org.onevroad
ArtifactId

ArtifactId

net-websocket-spring-boot
Version

Version

0.3.0
Type

Type

pom

Download net-websocket-spring-boot 0.3.0


<!-- https://jarcasting.com/artifacts/org.onevroad/net-websocket-spring-boot/ -->
<dependency>
    <groupId>org.onevroad</groupId>
    <artifactId>net-websocket-spring-boot</artifactId>
    <version>0.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.onevroad/net-websocket-spring-boot/
implementation 'org.onevroad:net-websocket-spring-boot:0.3.0'
// https://jarcasting.com/artifacts/org.onevroad/net-websocket-spring-boot/
implementation ("org.onevroad:net-websocket-spring-boot:0.3.0")
'org.onevroad:net-websocket-spring-boot:pom:0.3.0'
<dependency org="org.onevroad" name="net-websocket-spring-boot" rev="0.3.0">
  <artifact name="net-websocket-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.onevroad', module='net-websocket-spring-boot', version='0.3.0')
)
libraryDependencies += "org.onevroad" % "net-websocket-spring-boot" % "0.3.0"
[org.onevroad/net-websocket-spring-boot "0.3.0"]