GroupId | GroupIdtech.mhuang.pacebox |
---|---|
ArtifactId | ArtifactIdpacebox-springboot-wechat-common |
Version | Version2020.0.0.4 |
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>2020.0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/tech.mhuang.pacebox/pacebox-springboot-wechat-common/
implementation 'tech.mhuang.pacebox:pacebox-springboot-wechat-common:2020.0.0.4'
// https://jarcasting.com/artifacts/tech.mhuang.pacebox/pacebox-springboot-wechat-common/
implementation ("tech.mhuang.pacebox:pacebox-springboot-wechat-common:2020.0.0.4")
'tech.mhuang.pacebox:pacebox-springboot-wechat-common:jar:2020.0.0.4'
<dependency org="tech.mhuang.pacebox" name="pacebox-springboot-wechat-common" rev="2020.0.0.4">
<artifact name="pacebox-springboot-wechat-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.mhuang.pacebox', module='pacebox-springboot-wechat-common', version='2020.0.0.4')
)
libraryDependencies += "tech.mhuang.pacebox" % "pacebox-springboot-wechat-common" % "2020.0.0.4"
[tech.mhuang.pacebox/pacebox-springboot-wechat-common "2020.0.0.4"]