GroupId | GroupIdtech.mhuang |
---|---|
ArtifactId | ArtifactIdinterchan-wechat-common |
Version | Version1.4.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/tech.mhuang/interchan-wechat-common/ -->
<dependency>
<groupId>tech.mhuang</groupId>
<artifactId>interchan-wechat-common</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/tech.mhuang/interchan-wechat-common/
implementation 'tech.mhuang:interchan-wechat-common:1.4.2'
// https://jarcasting.com/artifacts/tech.mhuang/interchan-wechat-common/
implementation ("tech.mhuang:interchan-wechat-common:1.4.2")
'tech.mhuang:interchan-wechat-common:jar:1.4.2'
<dependency org="tech.mhuang" name="interchan-wechat-common" rev="1.4.2">
<artifact name="interchan-wechat-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.mhuang', module='interchan-wechat-common', version='1.4.2')
)
libraryDependencies += "tech.mhuang" % "interchan-wechat-common" % "1.4.2"
[tech.mhuang/interchan-wechat-common "1.4.2"]