License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Net Netty Networking |
GroupId | GroupIdorg.yeauty |
ArtifactId | ArtifactIdnetty-websocket-spring-boot-starter |
Last Version | Last Version0.12.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnetty-websocket-spring-boot-starter
netty-websocket-spring-boot-starter is a Java WebSocket Framework based on Netty
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.yeauty/netty-websocket-spring-boot-starter/ -->
<dependency>
<groupId>org.yeauty</groupId>
<artifactId>netty-websocket-spring-boot-starter</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.yeauty/netty-websocket-spring-boot-starter/
implementation 'org.yeauty:netty-websocket-spring-boot-starter:0.12.0'
// https://jarcasting.com/artifacts/org.yeauty/netty-websocket-spring-boot-starter/
implementation ("org.yeauty:netty-websocket-spring-boot-starter:0.12.0")
'org.yeauty:netty-websocket-spring-boot-starter:jar:0.12.0'
<dependency org="org.yeauty" name="netty-websocket-spring-boot-starter" rev="0.12.0">
<artifact name="netty-websocket-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.yeauty', module='netty-websocket-spring-boot-starter', version='0.12.0')
)
libraryDependencies += "org.yeauty" % "netty-websocket-spring-boot-starter" % "0.12.0"
[org.yeauty/netty-websocket-spring-boot-starter "0.12.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure Optional | jar | 2.0.0.RELEASE |
io.netty : netty-codec-http | jar | 4.1.67.Final |
io.netty : netty-handler | jar | 4.1.67.Final |