Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdim.zhiyi.boot |
ArtifactId | ArtifactIdnetty-boot-starter |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
netty-boot-starter-0.1.pom | |
netty-boot-starter-0.1.jar | 26 KB |
netty-boot-starter-0.1-sources.jar | 15 KB |
netty-boot-starter-0.1-javadoc.jar | 129 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/im.zhiyi.boot/netty-boot-starter/
implementation 'im.zhiyi.boot:netty-boot-starter:0.1'
// https://jarcasting.com/artifacts/im.zhiyi.boot/netty-boot-starter/
implementation ("im.zhiyi.boot:netty-boot-starter:0.1")
'im.zhiyi.boot:netty-boot-starter:jar:0.1'
<dependency org="im.zhiyi.boot" name="netty-boot-starter" rev="0.1">
<artifact name="netty-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='im.zhiyi.boot', module='netty-boot-starter', version='0.1')
)
libraryDependencies += "im.zhiyi.boot" % "netty-boot-starter" % "0.1"
[im.zhiyi.boot/netty-boot-starter "0.1"]