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