| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdcom.woaizhuangbi | 
| ArtifactId | ArtifactIdnet-utils | 
| Version | Version0.0.1-RELEASE | 
| Type | Typejar | 
| Description | DescriptionNetUtils A net utils | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| net-utils-0.0.1-RELEASE.pom | |
| net-utils-0.0.1-RELEASE.jar | 15 KB | 
| net-utils-0.0.1-RELEASE-sources.jar | 5 KB | 
| net-utils-0.0.1-RELEASE-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.woaizhuangbi/net-utils/ -->
<dependency>
    <groupId>com.woaizhuangbi</groupId>
    <artifactId>net-utils</artifactId>
    <version>0.0.1-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.woaizhuangbi/net-utils/
implementation 'com.woaizhuangbi:net-utils:0.0.1-RELEASE'// https://jarcasting.com/artifacts/com.woaizhuangbi/net-utils/
implementation ("com.woaizhuangbi:net-utils:0.0.1-RELEASE")'com.woaizhuangbi:net-utils:jar:0.0.1-RELEASE'<dependency org="com.woaizhuangbi" name="net-utils" rev="0.0.1-RELEASE">
  <artifact name="net-utils" type="jar" />
</dependency>@Grapes(
@Grab(group='com.woaizhuangbi', module='net-utils', version='0.0.1-RELEASE')
)libraryDependencies += "com.woaizhuangbi" % "net-utils" % "0.0.1-RELEASE"[com.woaizhuangbi/net-utils "0.0.1-RELEASE"]