| GroupId | GroupIdcn.stylefeng.roses |
|---|---|
| ArtifactId | ArtifactIdsystem-business-resource |
| Version | Version7.1.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.stylefeng.roses/system-business-resource/ -->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>system-business-resource</artifactId>
<version>7.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.stylefeng.roses/system-business-resource/
implementation 'cn.stylefeng.roses:system-business-resource:7.1.1'
// https://jarcasting.com/artifacts/cn.stylefeng.roses/system-business-resource/
implementation ("cn.stylefeng.roses:system-business-resource:7.1.1")
'cn.stylefeng.roses:system-business-resource:jar:7.1.1'
<dependency org="cn.stylefeng.roses" name="system-business-resource" rev="7.1.1">
<artifact name="system-business-resource" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.stylefeng.roses', module='system-business-resource', version='7.1.1')
)
libraryDependencies += "cn.stylefeng.roses" % "system-business-resource" % "7.1.1"
[cn.stylefeng.roses/system-business-resource "7.1.1"]