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