Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdim.zhiyi.boot |
ArtifactId | ArtifactIdnetty-boot-starter |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
netty-boot-starter-0.2.pom | |
netty-boot-starter-0.2.jar | 25 KB |
netty-boot-starter-0.2-sources.jar | 15 KB |
netty-boot-starter-0.2-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/im.zhiyi.boot/netty-boot-starter/ -->
<dependency>
<groupId>im.zhiyi.boot</groupId>
<artifactId>netty-boot-starter</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/im.zhiyi.boot/netty-boot-starter/
implementation 'im.zhiyi.boot:netty-boot-starter:0.2'
// https://jarcasting.com/artifacts/im.zhiyi.boot/netty-boot-starter/
implementation ("im.zhiyi.boot:netty-boot-starter:0.2")
'im.zhiyi.boot:netty-boot-starter:jar:0.2'
<dependency org="im.zhiyi.boot" name="netty-boot-starter" rev="0.2">
<artifact name="netty-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='im.zhiyi.boot', module='netty-boot-starter', version='0.2')
)
libraryDependencies += "im.zhiyi.boot" % "netty-boot-starter" % "0.2"
[im.zhiyi.boot/netty-boot-starter "0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
io.netty : netty-all | jar | 4.1.42.Final |