License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.weixin4j.spring.boot |
ArtifactId | ArtifactIdweixin4j-spring-boot |
Version | Version1.0.0 |
Type | Typepom |
Description |
Descriptionweixin4j-spring-boot
Spring Boot Support for Weixin4j
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
weixin4j-spring-boot-1.0.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.weixin4j.spring.boot/weixin4j-spring-boot/ -->
<dependency>
<groupId>org.weixin4j.spring.boot</groupId>
<artifactId>weixin4j-spring-boot</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.weixin4j.spring.boot/weixin4j-spring-boot/
implementation 'org.weixin4j.spring.boot:weixin4j-spring-boot:1.0.0'
// https://jarcasting.com/artifacts/org.weixin4j.spring.boot/weixin4j-spring-boot/
implementation ("org.weixin4j.spring.boot:weixin4j-spring-boot:1.0.0")
'org.weixin4j.spring.boot:weixin4j-spring-boot:pom:1.0.0'
<dependency org="org.weixin4j.spring.boot" name="weixin4j-spring-boot" rev="1.0.0">
<artifact name="weixin4j-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.weixin4j.spring.boot', module='weixin4j-spring-boot', version='1.0.0')
)
libraryDependencies += "org.weixin4j.spring.boot" % "weixin4j-spring-boot" % "1.0.0"
[org.weixin4j.spring.boot/weixin4j-spring-boot "1.0.0"]