GroupId | GroupIdcn.stylefeng.roses |
---|---|
ArtifactId | ArtifactIdsms-business-validation |
Version | Version7.1.2 |
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.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.stylefeng.roses/sms-business-validation/
implementation 'cn.stylefeng.roses:sms-business-validation:7.1.2'
// https://jarcasting.com/artifacts/cn.stylefeng.roses/sms-business-validation/
implementation ("cn.stylefeng.roses:sms-business-validation:7.1.2")
'cn.stylefeng.roses:sms-business-validation:jar:7.1.2'
<dependency org="cn.stylefeng.roses" name="sms-business-validation" rev="7.1.2">
<artifact name="sms-business-validation" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.stylefeng.roses', module='sms-business-validation', version='7.1.2')
)
libraryDependencies += "cn.stylefeng.roses" % "sms-business-validation" % "7.1.2"
[cn.stylefeng.roses/sms-business-validation "7.1.2"]