License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcn.vorbote |
ArtifactId | ArtifactIdnet-utils |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptionvorbote-net-utils
This is the net util made by Theodore Hills, which allows you to use it and then do dome net programming.
|
Filename | Size |
---|---|
net-utils-1.0.2.pom | |
net-utils-1.0.2-sources.jar | 5 KB |
net-utils-1.0.2-javadoc.jar | 393 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |