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