GroupId | GroupIdcn.vertxup |
---|---|
ArtifactId | ArtifactIdzero-ifx-sms |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
zero-ifx-sms-0.8.0.pom | |
zero-ifx-sms-0.8.0.jar | 11 KB |
zero-ifx-sms-0.8.0-sources.jar | 7 KB |
zero-ifx-sms-0.8.0-javadoc.jar | 434 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.vertxup/zero-ifx-sms/ -->
<dependency>
<groupId>cn.vertxup</groupId>
<artifactId>zero-ifx-sms</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vertxup/zero-ifx-sms/
implementation 'cn.vertxup:zero-ifx-sms:0.8.0'
// https://jarcasting.com/artifacts/cn.vertxup/zero-ifx-sms/
implementation ("cn.vertxup:zero-ifx-sms:0.8.0")
'cn.vertxup:zero-ifx-sms:jar:0.8.0'
<dependency org="cn.vertxup" name="zero-ifx-sms" rev="0.8.0">
<artifact name="zero-ifx-sms" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vertxup', module='zero-ifx-sms', version='0.8.0')
)
libraryDependencies += "cn.vertxup" % "zero-ifx-sms" % "0.8.0"
[cn.vertxup/zero-ifx-sms "0.8.0"]