License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Net Netty Networking |
GroupId | GroupIdcom.wanghongfei |
ArtifactId | ArtifactIdspring-boot-starter-nettyweb |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspringboot-starter-nettyweb
An easy-to-use, lightweight starter that integrates Netty with SpringBoot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.wanghongfei/spring-boot-starter-nettyweb/ -->
<dependency>
<groupId>com.wanghongfei</groupId>
<artifactId>spring-boot-starter-nettyweb</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.wanghongfei/spring-boot-starter-nettyweb/
implementation 'com.wanghongfei:spring-boot-starter-nettyweb:1.1'
// https://jarcasting.com/artifacts/com.wanghongfei/spring-boot-starter-nettyweb/
implementation ("com.wanghongfei:spring-boot-starter-nettyweb:1.1")
'com.wanghongfei:spring-boot-starter-nettyweb:jar:1.1'
<dependency org="com.wanghongfei" name="spring-boot-starter-nettyweb" rev="1.1">
<artifact name="spring-boot-starter-nettyweb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wanghongfei', module='spring-boot-starter-nettyweb', version='1.1')
)
libraryDependencies += "com.wanghongfei" % "spring-boot-starter-nettyweb" % "1.1"
[com.wanghongfei/spring-boot-starter-nettyweb "1.1"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-all | jar | 4.1.42.Final |
com.google.guava : guava | jar | 28.0-jre |
com.alibaba : fastjson | jar | 1.2.62 |
org.apache.commons : commons-collections4 | jar | 4.1 |
org.apache.commons : commons-lang3 | jar | 3.7 |
org.springframework.boot : spring-boot-starter | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
org.apache.httpcomponents : httpclient | jar |