is not current version
Last Version 1.0.2

cn.94zichao:server 1.0.0

help person who was not with familiar socket build tcp server faster

GroupId

GroupId

cn.94zichao
ArtifactId

ArtifactId

server
Version

Version

1.0.0
Type

Type

jar

Download server 1.0.0


<!-- https://jarcasting.com/artifacts/cn.94zichao/server/ -->
<dependency>
    <groupId>cn.94zichao</groupId>
    <artifactId>server</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.94zichao/server/
implementation 'cn.94zichao:server:1.0.0'
// https://jarcasting.com/artifacts/cn.94zichao/server/
implementation ("cn.94zichao:server:1.0.0")
'cn.94zichao:server:jar:1.0.0'
<dependency org="cn.94zichao" name="server" rev="1.0.0">
  <artifact name="server" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.94zichao', module='server', version='1.0.0')
)
libraryDependencies += "cn.94zichao" % "server" % "1.0.0"
[cn.94zichao/server "1.0.0"]