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