is not current version
Last Version 1.1

com.wanghongfei:spring-boot-starter-nettyweb 1.0

An easy-to-use, lightweight starter that integrates Netty with SpringBoot

Categories

Categories

Spring Boot Container Microservices Net Netty Networking
GroupId

GroupId

com.wanghongfei
ArtifactId

ArtifactId

spring-boot-starter-nettyweb
Version

Version

1.0
Type

Type

jar

Download spring-boot-starter-nettyweb 1.0


<!-- https://jarcasting.com/artifacts/com.wanghongfei/spring-boot-starter-nettyweb/ -->
<dependency>
    <groupId>com.wanghongfei</groupId>
    <artifactId>spring-boot-starter-nettyweb</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wanghongfei/spring-boot-starter-nettyweb/
implementation 'com.wanghongfei:spring-boot-starter-nettyweb:1.0'
// https://jarcasting.com/artifacts/com.wanghongfei/spring-boot-starter-nettyweb/
implementation ("com.wanghongfei:spring-boot-starter-nettyweb:1.0")
'com.wanghongfei:spring-boot-starter-nettyweb:jar:1.0'
<dependency org="com.wanghongfei" name="spring-boot-starter-nettyweb" rev="1.0">
  <artifact name="spring-boot-starter-nettyweb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wanghongfei', module='spring-boot-starter-nettyweb', version='1.0')
)
libraryDependencies += "com.wanghongfei" % "spring-boot-starter-nettyweb" % "1.0"
[com.wanghongfei/spring-boot-starter-nettyweb "1.0"]