<dependency>
<groupId>io.github.thebesteric.framework.agile.wechat</groupId>
<artifactId>wechat-open-platform-plugin</artifactId>
<version>1.0.15.13</version>
</dependency>
implementation 'io.github.thebesteric.framework.agile.wechat:wechat-open-platform-plugin:1.0.15.13'
implementation("io.github.thebesteric.framework.agile.wechat:wechat-open-platform-plugin:1.0.15.13")
libraryDependencies += "io.github.thebesteric.framework.agile.wechat" % "wechat-open-platform-plugin" % "1.0.15.13"
@Grapes(
@Grab(group='io.github.thebesteric.framework.agile.wechat', module='wechat-open-platform-plugin', version='1.0.15.13')
)
<dependency org="io.github.thebesteric.framework.agile.wechat" name="wechat-open-platform-plugin" rev="1.0.15.13" />