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