License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcom.gitee.qdbp |
ArtifactId | ArtifactIdqdbp-socket-netty |
Version | Version1.2.0 |
Type | Typejar |
Description |
Descriptionsocket netty utils library
|
Filename | Size |
---|---|
qdbp-socket-netty-1.2.0.pom | |
qdbp-socket-netty-1.2.0.jar | 64 KB |
qdbp-socket-netty-1.2.0-sources.jar | 137 KB |
qdbp-socket-netty-1.2.0-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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.qdbp/qdbp-socket-netty/
implementation 'com.gitee.qdbp:qdbp-socket-netty:1.2.0'
// https://jarcasting.com/artifacts/com.gitee.qdbp/qdbp-socket-netty/
implementation ("com.gitee.qdbp:qdbp-socket-netty:1.2.0")
'com.gitee.qdbp:qdbp-socket-netty:jar:1.2.0'
<dependency org="com.gitee.qdbp" name="qdbp-socket-netty" rev="1.2.0">
<artifact name="qdbp-socket-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.qdbp', module='qdbp-socket-netty', version='1.2.0')
)
libraryDependencies += "com.gitee.qdbp" % "qdbp-socket-netty" % "1.2.0"
[com.gitee.qdbp/qdbp-socket-netty "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-all | jar | 4.1.15.Final |
com.gitee.qdbp : qdbp-able | jar | 2.0.1 |
com.gitee.qdbp : qdbp-tools | jar | 2.0.1 |
org.springframework : spring-core | jar | |
org.springframework : spring-beans | jar | |
org.slf4j : slf4j-api | jar | 1.7.12 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.12 |
org.slf4j : log4j-over-slf4j | jar | 1.7.12 |
ch.qos.logback : logback-core | jar | 1.1.3 |
ch.qos.logback : logback-classic | jar | 1.1.3 |