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