Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.gitee.qdbp |
ArtifactId | ArtifactIdqdbp-socket-netty |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
qdbp-socket-netty-1.3.1.pom | |
qdbp-socket-netty-1.3.1.jar | 65 KB |
qdbp-socket-netty-1.3.1-sources.jar | 139 KB |
qdbp-socket-netty-1.3.1-javadoc.jar | 328 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.qdbp/qdbp-socket-netty/ -->
<dependency>
<groupId>com.gitee.qdbp</groupId>
<artifactId>qdbp-socket-netty</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.qdbp/qdbp-socket-netty/
implementation 'com.gitee.qdbp:qdbp-socket-netty:1.3.1'
// https://jarcasting.com/artifacts/com.gitee.qdbp/qdbp-socket-netty/
implementation ("com.gitee.qdbp:qdbp-socket-netty:1.3.1")
'com.gitee.qdbp:qdbp-socket-netty:jar:1.3.1'
<dependency org="com.gitee.qdbp" name="qdbp-socket-netty" rev="1.3.1">
<artifact name="qdbp-socket-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.qdbp', module='qdbp-socket-netty', version='1.3.1')
)
libraryDependencies += "com.gitee.qdbp" % "qdbp-socket-netty" % "1.3.1"
[com.gitee.qdbp/qdbp-socket-netty "1.3.1"]