| GroupId | GroupIdcom.woaizhuangbi | 
|---|---|
| ArtifactId | ArtifactIdfile-utils | 
| Version | Version0.0.5-RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| file-utils-0.0.5-RELEASE.pom | |
| file-utils-0.0.5-RELEASE.jar | 24 KB | 
| file-utils-0.0.5-RELEASE-sources.jar | 7 KB | 
| file-utils-0.0.5-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.5-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.woaizhuangbi/file-utils/
implementation 'com.woaizhuangbi:file-utils:0.0.5-RELEASE'// https://jarcasting.com/artifacts/com.woaizhuangbi/file-utils/
implementation ("com.woaizhuangbi:file-utils:0.0.5-RELEASE")'com.woaizhuangbi:file-utils:jar:0.0.5-RELEASE'<dependency org="com.woaizhuangbi" name="file-utils" rev="0.0.5-RELEASE">
  <artifact name="file-utils" type="jar" />
</dependency>@Grapes(
@Grab(group='com.woaizhuangbi', module='file-utils', version='0.0.5-RELEASE')
)libraryDependencies += "com.woaizhuangbi" % "file-utils" % "0.0.5-RELEASE"[com.woaizhuangbi/file-utils "0.0.5-RELEASE"]