is not current version
Last Version 0.4.1

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

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.1.5
Type

Type

pom

Download net-websocket-spring-boot 0.1.5


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