文件名 | 操作 |
---|---|
agile-wechat-plugins-1.0.15.5.pom | 下载 |
<dependency>
<groupId>io.github.thebesteric.framework.agile.wechat</groupId>
<artifactId>agile-wechat-plugins</artifactId>
<version>1.0.15.5</version>
<type>pom</type>
</dependency>
implementation 'io.github.thebesteric.framework.agile.wechat:agile-wechat-plugins:1.0.15.5'
implementation("io.github.thebesteric.framework.agile.wechat:agile-wechat-plugins:1.0.15.5")
libraryDependencies += "io.github.thebesteric.framework.agile.wechat" % "agile-wechat-plugins" % "1.0.15.5"
@Grapes(
@Grab(group='io.github.thebesteric.framework.agile.wechat', module='agile-wechat-plugins', version='1.0.15.5')
)
<dependency org="io.github.thebesteric.framework.agile.wechat" name="agile-wechat-plugins" rev="1.0.15.5" />