GroupId | GroupIdcn.stylefeng.roses |
---|---|
ArtifactId | ArtifactIdfile-sdk-local |
Version | Version7.2.0 |
Type | Typejar |
Filename | Size |
---|---|
file-sdk-local-7.2.0.pom | |
file-sdk-local-7.2.0.jar | 5 KB |
file-sdk-local-7.2.0-sources.jar | 4 KB |
file-sdk-local-7.2.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.stylefeng.roses/file-sdk-local/ -->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>file-sdk-local</artifactId>
<version>7.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.stylefeng.roses/file-sdk-local/
implementation 'cn.stylefeng.roses:file-sdk-local:7.2.0'
// https://jarcasting.com/artifacts/cn.stylefeng.roses/file-sdk-local/
implementation ("cn.stylefeng.roses:file-sdk-local:7.2.0")
'cn.stylefeng.roses:file-sdk-local:jar:7.2.0'
<dependency org="cn.stylefeng.roses" name="file-sdk-local" rev="7.2.0">
<artifact name="file-sdk-local" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.stylefeng.roses', module='file-sdk-local', version='7.2.0')
)
libraryDependencies += "cn.stylefeng.roses" % "file-sdk-local" % "7.2.0"
[cn.stylefeng.roses/file-sdk-local "7.2.0"]