is not current version
Last Version 5.8.4

cn.hutool:hutool-socket 5.4.5

Hutool套接字,包括BIO、NIO、AIO封装

GroupId

GroupId

cn.hutool
ArtifactId

ArtifactId

hutool-socket
Version

Version

5.4.5
Type

Type

jar

Download hutool-socket 5.4.5


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