q

qywx-spring-boot-starter

企业微信api调用工具包starter
https://github.com/shuaidd
Files download
File Operation
qywx-spring-boot-starter-1.0.0.jar download
qywx-spring-boot-starter-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.shuaidd</groupId>
  <artifactId>qywx-spring-boot-starter</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.shuaidd:qywx-spring-boot-starter:1.0.0'
Gradle Kotlin
implementation("com.github.shuaidd:qywx-spring-boot-starter:1.0.0")
Scala SBT
libraryDependencies += "com.github.shuaidd" % "qywx-spring-boot-starter" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.shuaidd', module='qywx-spring-boot-starter', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.shuaidd" name="qywx-spring-boot-starter" rev="1.0.0" />
Leiningen
[com.github.shuaidd/qywx-spring-boot-starter "1.0.0"]
Apache Buildr
'com.github.shuaidd:qywx-spring-boot-starter:jar:1.0.0'