| License |
License |
|---|---|
| Categories |
CategoriesNet Netty Networking |
| GroupId | GroupIdcom.gitee.qdbp |
| ArtifactId | ArtifactIdqdbp-socket-netty |
| Last Version | Last Version1.3.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsocket netty utils library
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| qdbp-socket-netty-1.3.2.pom | |
| qdbp-socket-netty-1.3.2.jar | 64 KB |
| qdbp-socket-netty-1.3.2-sources.jar | 137 KB |
| qdbp-socket-netty-1.3.2-javadoc.jar | 313 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.qdbp/qdbp-socket-netty/
implementation 'com.gitee.qdbp:qdbp-socket-netty:1.3.2'
// https://jarcasting.com/artifacts/com.gitee.qdbp/qdbp-socket-netty/
implementation ("com.gitee.qdbp:qdbp-socket-netty:1.3.2")
'com.gitee.qdbp:qdbp-socket-netty:jar:1.3.2'
<dependency org="com.gitee.qdbp" name="qdbp-socket-netty" rev="1.3.2">
<artifact name="qdbp-socket-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.qdbp', module='qdbp-socket-netty', version='1.3.2')
)
libraryDependencies += "com.gitee.qdbp" % "qdbp-socket-netty" % "1.3.2"
[com.gitee.qdbp/qdbp-socket-netty "1.3.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.netty : netty-all | jar | 4.1.15.Final |
| com.gitee.qdbp : qdbp-able | jar | 5.2.25 |
| com.gitee.qdbp : qdbp-tools | jar | 5.2.25 |
| org.springframework : spring-core | jar | 4.3.2.RELEASE |
| org.springframework : spring-beans | jar | 4.3.2.RELEASE |
| org.slf4j : slf4j-api | jar | 1.7.25 |