Categories |
CategoriesSpring Boot Container Microservices Net Netty Networking |
---|---|
GroupId | GroupIdtop.wboost |
ArtifactId | ArtifactIdnetty-spring-boot-starter |
Version | Version4.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.wboost/netty-spring-boot-starter/ -->
<dependency>
<groupId>top.wboost</groupId>
<artifactId>netty-spring-boot-starter</artifactId>
<version>4.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.wboost/netty-spring-boot-starter/
implementation 'top.wboost:netty-spring-boot-starter:4.0.0.RELEASE'
// https://jarcasting.com/artifacts/top.wboost/netty-spring-boot-starter/
implementation ("top.wboost:netty-spring-boot-starter:4.0.0.RELEASE")
'top.wboost:netty-spring-boot-starter:jar:4.0.0.RELEASE'
<dependency org="top.wboost" name="netty-spring-boot-starter" rev="4.0.0.RELEASE">
<artifact name="netty-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.wboost', module='netty-spring-boot-starter', version='4.0.0.RELEASE')
)
libraryDependencies += "top.wboost" % "netty-spring-boot-starter" % "4.0.0.RELEASE"
[top.wboost/netty-spring-boot-starter "4.0.0.RELEASE"]