GroupId | GroupIdcom.eworkcloud |
---|---|
ArtifactId | ArtifactIdework-cloud-starter-wechat |
Version | Version1.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.eworkcloud/ework-cloud-starter-wechat/ -->
<dependency>
<groupId>com.eworkcloud</groupId>
<artifactId>ework-cloud-starter-wechat</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.eworkcloud/ework-cloud-starter-wechat/
implementation 'com.eworkcloud:ework-cloud-starter-wechat:1.0.5'
// https://jarcasting.com/artifacts/com.eworkcloud/ework-cloud-starter-wechat/
implementation ("com.eworkcloud:ework-cloud-starter-wechat:1.0.5")
'com.eworkcloud:ework-cloud-starter-wechat:jar:1.0.5'
<dependency org="com.eworkcloud" name="ework-cloud-starter-wechat" rev="1.0.5">
<artifact name="ework-cloud-starter-wechat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eworkcloud', module='ework-cloud-starter-wechat', version='1.0.5')
)
libraryDependencies += "com.eworkcloud" % "ework-cloud-starter-wechat" % "1.0.5"
[com.eworkcloud/ework-cloud-starter-wechat "1.0.5"]