Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.aqiu202.huawei |
ArtifactId | ArtifactIdhuawei-sms-spring-boot-starter |
Version | Version1.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.aqiu202.huawei/huawei-sms-spring-boot-starter/ -->
<dependency>
<groupId>com.github.aqiu202.huawei</groupId>
<artifactId>huawei-sms-spring-boot-starter</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aqiu202.huawei/huawei-sms-spring-boot-starter/
implementation 'com.github.aqiu202.huawei:huawei-sms-spring-boot-starter:1.0.4'
// https://jarcasting.com/artifacts/com.github.aqiu202.huawei/huawei-sms-spring-boot-starter/
implementation ("com.github.aqiu202.huawei:huawei-sms-spring-boot-starter:1.0.4")
'com.github.aqiu202.huawei:huawei-sms-spring-boot-starter:jar:1.0.4'
<dependency org="com.github.aqiu202.huawei" name="huawei-sms-spring-boot-starter" rev="1.0.4">
<artifact name="huawei-sms-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aqiu202.huawei', module='huawei-sms-spring-boot-starter', version='1.0.4')
)
libraryDependencies += "com.github.aqiu202.huawei" % "huawei-sms-spring-boot-starter" % "1.0.4"
[com.github.aqiu202.huawei/huawei-sms-spring-boot-starter "1.0.4"]