Categories |
CategoriesSpring Boot Container Microservices Net Netty Networking |
---|---|
GroupId | GroupIdcom.wanghongfei |
ArtifactId | ArtifactIdspring-boot-starter-nettyweb |
Version | Version1.0 |
Type | Typejar |
<!-- 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"]