vorbote-net-utils

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

License

License

Categories

Categories

Net
GroupId

GroupId

cn.vorbote
ArtifactId

ArtifactId

net-utils
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download net-utils

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-slf4j-impl jar 2.11.2
org.projectlombok : lombok jar 1.18.18
org.slf4j : slf4j-api jar 1.7.25
cn.vorbote : commons jar 1.4.0
org.apache.httpcomponents : httpclient jar 4.5.13
com.fasterxml.jackson.core : jackson-databind jar 2.11.4

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 4.0.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

net-utils dependency

996.icu LICENSE

重要信息

If you are a user from China (include Mainland of People's Republic of China, Hong Kong Special Administrative Region of People's Republic of China, Macau Special Administrative Region of People's Republic of China and Taiwan Province of People's Republic of China), please choose Gitee first.

如果您是中国区(指中华人民共和国大陆地区、中华人民共和国香港特别行政区、中华人民共和国澳门特别行政区以及中华人民共和国台湾省)的用户,请优先使用Gitee

如果您是中國區(指中華人民共和國大陸地區、中華人民共和國香港特別行政區、中華人民共和國澳門特別行政區以及中華人民共和國台灣省)的用戶,請優先使用Gitee

Introduction of this dependency

Special Announcement
    This dependency only support JDK 11+, please ensure you are using the correct version of JDK.

This is a package of components written by Theodore Hills.
If you have any comments, suggestions or questions about this dependency, just send me an email.
You can download the Release version through GitHub.com, or add the following code to the dependencies node of the pom.xml file:

<!-- https://github.com/TheodoreHills/commons -->
<dependency>
    <groupId>cn.vorbote</groupId>
    <artifactId>net-utils</artifactId>
    <version>{version}</version>
</dependency>

Versions

Version
1.0.2
1.0.1
1.0.0