File | Operation |
---|---|
agile-wechat-plugins-1.0.14.pom | download |
<dependency>
<groupId>io.github.thebesteric.framework.agile.wechat</groupId>
<artifactId>agile-wechat-plugins</artifactId>
<version>1.0.14</version>
<type>pom</type>
</dependency>
implementation 'io.github.thebesteric.framework.agile.wechat:agile-wechat-plugins:1.0.14'
implementation("io.github.thebesteric.framework.agile.wechat:agile-wechat-plugins:1.0.14")
libraryDependencies += "io.github.thebesteric.framework.agile.wechat" % "agile-wechat-plugins" % "1.0.14"
@Grapes(
@Grab(group='io.github.thebesteric.framework.agile.wechat', module='agile-wechat-plugins', version='1.0.14')
)
<dependency org="io.github.thebesteric.framework.agile.wechat" name="agile-wechat-plugins" rev="1.0.14" />