Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.gitegg.platform |
ArtifactId | ArtifactIdgitegg-platform-sms-aliyun |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gitegg.platform/gitegg-platform-sms-aliyun/ -->
<dependency>
<groupId>com.gitegg.platform</groupId>
<artifactId>gitegg-platform-sms-aliyun</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitegg.platform/gitegg-platform-sms-aliyun/
implementation 'com.gitegg.platform:gitegg-platform-sms-aliyun:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.gitegg.platform/gitegg-platform-sms-aliyun/
implementation ("com.gitegg.platform:gitegg-platform-sms-aliyun:1.0.0.RELEASE")
'com.gitegg.platform:gitegg-platform-sms-aliyun:jar:1.0.0.RELEASE'
<dependency org="com.gitegg.platform" name="gitegg-platform-sms-aliyun" rev="1.0.0.RELEASE">
<artifact name="gitegg-platform-sms-aliyun" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitegg.platform', module='gitegg-platform-sms-aliyun', version='1.0.0.RELEASE')
)
libraryDependencies += "com.gitegg.platform" % "gitegg-platform-sms-aliyun" % "1.0.0.RELEASE"
[com.gitegg.platform/gitegg-platform-sms-aliyun "1.0.0.RELEASE"]