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