| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdcom.iih5 |
| ArtifactId | ArtifactIdSmartNetBox |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSmartNetBox
一个基于Netty的TCP/WebSocket服务端网络框架,性能高效,稳定,简单易上手
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| SmartNetBox-1.0.pom | |
| SmartNetBox-1.0.jar | 70 KB |
| SmartNetBox-1.0-sources.jar | 64 KB |
| SmartNetBox-1.0-javadoc.jar | 307 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.iih5/SmartNetBox/ -->
<dependency>
<groupId>com.iih5</groupId>
<artifactId>SmartNetBox</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.iih5/SmartNetBox/
implementation 'com.iih5:SmartNetBox:1.0'
// https://jarcasting.com/artifacts/com.iih5/SmartNetBox/
implementation ("com.iih5:SmartNetBox:1.0")
'com.iih5:SmartNetBox:jar:1.0'
<dependency org="com.iih5" name="SmartNetBox" rev="1.0">
<artifact name="SmartNetBox" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iih5', module='SmartNetBox', version='1.0')
)
libraryDependencies += "com.iih5" % "SmartNetBox" % "1.0"
[com.iih5/SmartNetBox "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.netty : netty-all | jar | 4.0.23.Final |
| com.alibaba : fastjson | jar | 1.2.7 |
| com.google.protobuf : protobuf-java | jar | 2.6.1 |