Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcn.org.faster |
ArtifactId | ArtifactIdspring-boot-starter-sms |
Version | Version1.4.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-sms/ -->
<dependency>
<groupId>cn.org.faster</groupId>
<artifactId>spring-boot-starter-sms</artifactId>
<version>1.4.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-sms/
implementation 'cn.org.faster:spring-boot-starter-sms:1.4.1.RELEASE'
// https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-sms/
implementation ("cn.org.faster:spring-boot-starter-sms:1.4.1.RELEASE")
'cn.org.faster:spring-boot-starter-sms:jar:1.4.1.RELEASE'
<dependency org="cn.org.faster" name="spring-boot-starter-sms" rev="1.4.1.RELEASE">
<artifact name="spring-boot-starter-sms" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.org.faster', module='spring-boot-starter-sms', version='1.4.1.RELEASE')
)
libraryDependencies += "cn.org.faster" % "spring-boot-starter-sms" % "1.4.1.RELEASE"
[cn.org.faster/spring-boot-starter-sms "1.4.1.RELEASE"]