is not current version
Last Version 1.0.2

cn.vorbote:net-utils 1.0.0

This is the net util made by Theodore Hills, which allows you to use it and then do dome net programming.

Categories

Categories

Net
GroupId

GroupId

cn.vorbote
ArtifactId

ArtifactId

net-utils
Version

Version

1.0.0
Type

Type

jar

Download net-utils 1.0.0


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