is not current version
Last Version 1.0.0

cn.huermao:hio 0.0.2

基于AIO的网络通信框架

GroupId

GroupId

cn.huermao
ArtifactId

ArtifactId

hio
Version

Version

0.0.2
Type

Type

jar

Download hio 0.0.2


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