a

agile-wechat-plugins

文件下载
文件名 操作
agile-wechat-plugins-1.0.15.5.pom 下载
Apache Maven
<dependency>
  <groupId>io.github.thebesteric.framework.agile.wechat</groupId>
  <artifactId>agile-wechat-plugins</artifactId>
  <version>1.0.15.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.thebesteric.framework.agile.wechat:agile-wechat-plugins:1.0.15.5'
Gradle Kotlin
implementation("io.github.thebesteric.framework.agile.wechat:agile-wechat-plugins:1.0.15.5")
Scala SBT
libraryDependencies += "io.github.thebesteric.framework.agile.wechat" % "agile-wechat-plugins" % "1.0.15.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.thebesteric.framework.agile.wechat', module='agile-wechat-plugins', version='1.0.15.5')
)
Apache Ivy
<dependency org="io.github.thebesteric.framework.agile.wechat" name="agile-wechat-plugins" rev="1.0.15.5" />
Leiningen
[io.github.thebesteric.framework.agile.wechat/agile-wechat-plugins "1.0.15.5"]
Apache Buildr
'io.github.thebesteric.framework.agile.wechat:agile-wechat-plugins:jar:1.0.15.5'