License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcn.ipokerface |
ArtifactId | ArtifactIdnetty |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionIPoker-Netty
Netty Parent Project.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
netty-1.1.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.ipokerface/netty/ -->
<dependency>
<groupId>cn.ipokerface</groupId>
<artifactId>netty</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.ipokerface/netty/
implementation 'cn.ipokerface:netty:1.1.0'
// https://jarcasting.com/artifacts/cn.ipokerface/netty/
implementation ("cn.ipokerface:netty:1.1.0")
'cn.ipokerface:netty:pom:1.1.0'
<dependency org="cn.ipokerface" name="netty" rev="1.1.0">
<artifact name="netty" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.ipokerface', module='netty', version='1.1.0')
)
libraryDependencies += "cn.ipokerface" % "netty" % "1.1.0"
[cn.ipokerface/netty "1.1.0"]