License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcn.keepbx.jpom-plugin |
ArtifactId | ArtifactIdnetty |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJpom 插件开发仓库
|
Filename | Size |
---|---|
netty-1.0.0.pom | |
netty-1.0.0.jar | 17 KB |
netty-1.0.0-sources.jar | 9 KB |
netty-1.0.0-release.zip | 3 MB |
netty-1.0.0-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.keepbx.jpom-plugin/netty/ -->
<dependency>
<groupId>cn.keepbx.jpom-plugin</groupId>
<artifactId>netty</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.keepbx.jpom-plugin/netty/
implementation 'cn.keepbx.jpom-plugin:netty:1.0.0'
// https://jarcasting.com/artifacts/cn.keepbx.jpom-plugin/netty/
implementation ("cn.keepbx.jpom-plugin:netty:1.0.0")
'cn.keepbx.jpom-plugin:netty:jar:1.0.0'
<dependency org="cn.keepbx.jpom-plugin" name="netty" rev="1.0.0">
<artifact name="netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.keepbx.jpom-plugin', module='netty', version='1.0.0')
)
libraryDependencies += "cn.keepbx.jpom-plugin" % "netty" % "1.0.0"
[cn.keepbx.jpom-plugin/netty "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-all | jar | 4.1.38.Final |
io.jpom : server | jar | LATEST |