Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcn.stylefeng.roses |
ArtifactId | ArtifactIdconfig-business |
Version | Version7.0.0 |
Type | Typejar |
Filename | Size |
---|---|
config-business-7.0.0.pom | |
config-business-7.0.0.jar | 18 KB |
config-business-7.0.0-sources.jar | 11 KB |
config-business-7.0.0-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.stylefeng.roses/config-business/ -->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>config-business</artifactId>
<version>7.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.stylefeng.roses/config-business/
implementation 'cn.stylefeng.roses:config-business:7.0.0'
// https://jarcasting.com/artifacts/cn.stylefeng.roses/config-business/
implementation ("cn.stylefeng.roses:config-business:7.0.0")
'cn.stylefeng.roses:config-business:jar:7.0.0'
<dependency org="cn.stylefeng.roses" name="config-business" rev="7.0.0">
<artifact name="config-business" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.stylefeng.roses', module='config-business', version='7.0.0')
)
libraryDependencies += "cn.stylefeng.roses" % "config-business" % "7.0.0"
[cn.stylefeng.roses/config-business "7.0.0"]