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