GroupId | GroupIdcom.eworkcloud |
---|---|
ArtifactId | ArtifactIdework-cloud-starter-wechat |
Version | Version1.1.6 |
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.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.eworkcloud/ework-cloud-starter-wechat/
implementation 'com.eworkcloud:ework-cloud-starter-wechat:1.1.6'
// https://jarcasting.com/artifacts/com.eworkcloud/ework-cloud-starter-wechat/
implementation ("com.eworkcloud:ework-cloud-starter-wechat:1.1.6")
'com.eworkcloud:ework-cloud-starter-wechat:jar:1.1.6'
<dependency org="com.eworkcloud" name="ework-cloud-starter-wechat" rev="1.1.6">
<artifact name="ework-cloud-starter-wechat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eworkcloud', module='ework-cloud-starter-wechat', version='1.1.6')
)
libraryDependencies += "com.eworkcloud" % "ework-cloud-starter-wechat" % "1.1.6"
[com.eworkcloud/ework-cloud-starter-wechat "1.1.6"]