Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdsite.morn.boot |
ArtifactId | ArtifactIdmorn-boot-netty |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Description基于SpringBoot的API标准化开发框架
|
Filename | Size |
---|---|
morn-boot-netty-1.2.2.pom | |
morn-boot-netty-1.2.2.jar | 31 KB |
morn-boot-netty-1.2.2-sources.jar | 20 KB |
morn-boot-netty-1.2.2-javadoc.jar | 198 KB |
Browse |
<!-- https://jarcasting.com/artifacts/site.morn.boot/morn-boot-netty/ -->
<dependency>
<groupId>site.morn.boot</groupId>
<artifactId>morn-boot-netty</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/site.morn.boot/morn-boot-netty/
implementation 'site.morn.boot:morn-boot-netty:1.2.2'
// https://jarcasting.com/artifacts/site.morn.boot/morn-boot-netty/
implementation ("site.morn.boot:morn-boot-netty:1.2.2")
'site.morn.boot:morn-boot-netty:jar:1.2.2'
<dependency org="site.morn.boot" name="morn-boot-netty" rev="1.2.2">
<artifact name="morn-boot-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='site.morn.boot', module='morn-boot-netty', version='1.2.2')
)
libraryDependencies += "site.morn.boot" % "morn-boot-netty" % "1.2.2"
[site.morn.boot/morn-boot-netty "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 Optional | jar | 3.9 |
commons-codec : commons-codec Optional | jar | 1.12 |
site.morn.boot : morn-boot-core | jar | 1.2.2 |
io.netty : netty-all Optional | jar | |
org.springframework.boot : spring-boot-starter Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |