is not current version
Last Version 3.0.M2

cn.hserver:hserver-parent 3.0.M1

一个基于Netty的高性能Server 服务器

GroupId

GroupId

cn.hserver
ArtifactId

ArtifactId

hserver-parent
Version

Version

3.0.M1
Type

Type

pom

Download hserver-parent 3.0.M1


<!-- https://jarcasting.com/artifacts/cn.hserver/hserver-parent/ -->
<dependency>
    <groupId>cn.hserver</groupId>
    <artifactId>hserver-parent</artifactId>
    <version>3.0.M1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.hserver/hserver-parent/
implementation 'cn.hserver:hserver-parent:3.0.M1'
// https://jarcasting.com/artifacts/cn.hserver/hserver-parent/
implementation ("cn.hserver:hserver-parent:3.0.M1")
'cn.hserver:hserver-parent:pom:3.0.M1'
<dependency org="cn.hserver" name="hserver-parent" rev="3.0.M1">
  <artifact name="hserver-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.hserver', module='hserver-parent', version='3.0.M1')
)
libraryDependencies += "cn.hserver" % "hserver-parent" % "3.0.M1"
[cn.hserver/hserver-parent "3.0.M1"]