| GroupId | GroupIdcom.woaizhuangbi | 
|---|---|
| ArtifactId | ArtifactIdfile-local | 
| Version | Version1.0.1-RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| file-local-1.0.1-RELEASE.pom | |
| file-local-1.0.1-RELEASE.jar | 8 KB | 
| file-local-1.0.1-RELEASE-sources.jar | 3 KB | 
| file-local-1.0.1-RELEASE-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.woaizhuangbi/file-local/ -->
<dependency>
    <groupId>com.woaizhuangbi</groupId>
    <artifactId>file-local</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.woaizhuangbi/file-local/
implementation 'com.woaizhuangbi:file-local:1.0.1-RELEASE'// https://jarcasting.com/artifacts/com.woaizhuangbi/file-local/
implementation ("com.woaizhuangbi:file-local:1.0.1-RELEASE")'com.woaizhuangbi:file-local:jar:1.0.1-RELEASE'<dependency org="com.woaizhuangbi" name="file-local" rev="1.0.1-RELEASE">
  <artifact name="file-local" type="jar" />
</dependency>@Grapes(
@Grab(group='com.woaizhuangbi', module='file-local', version='1.0.1-RELEASE')
)libraryDependencies += "com.woaizhuangbi" % "file-local" % "1.0.1-RELEASE"[com.woaizhuangbi/file-local "1.0.1-RELEASE"]