Categories |
CategoriesSpring Boot Container Microservices Net Netty Networking |
---|---|
GroupId | GroupIdorg.yeauty |
ArtifactId | ArtifactIdnetty-websocket-spring-boot-starter |
Version | Version0.7.0 |
Type | Typejar |
<!-- 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.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.yeauty/netty-websocket-spring-boot-starter/
implementation 'org.yeauty:netty-websocket-spring-boot-starter:0.7.0'
// https://jarcasting.com/artifacts/org.yeauty/netty-websocket-spring-boot-starter/
implementation ("org.yeauty:netty-websocket-spring-boot-starter:0.7.0")
'org.yeauty:netty-websocket-spring-boot-starter:jar:0.7.0'
<dependency org="org.yeauty" name="netty-websocket-spring-boot-starter" rev="0.7.0">
<artifact name="netty-websocket-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.yeauty', module='netty-websocket-spring-boot-starter', version='0.7.0')
)
libraryDependencies += "org.yeauty" % "netty-websocket-spring-boot-starter" % "0.7.0"
[org.yeauty/netty-websocket-spring-boot-starter "0.7.0"]