| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices | 
| GroupId | GroupIdorg.weixin4j.spring.boot | 
| ArtifactId | ArtifactIdweixin4j-spring-boot-starter | 
| Last Version | Last Version2.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionweixin4j-spring-boot-starter 一个让Weixin4j可以在SpringBoot2.0中集成的框架。 | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/org.weixin4j.spring.boot/weixin4j-spring-boot-starter/ -->
<dependency>
    <groupId>org.weixin4j.spring.boot</groupId>
    <artifactId>weixin4j-spring-boot-starter</artifactId>
    <version>2.0.0</version>
</dependency>// https://jarcasting.com/artifacts/org.weixin4j.spring.boot/weixin4j-spring-boot-starter/
implementation 'org.weixin4j.spring.boot:weixin4j-spring-boot-starter:2.0.0'// https://jarcasting.com/artifacts/org.weixin4j.spring.boot/weixin4j-spring-boot-starter/
implementation ("org.weixin4j.spring.boot:weixin4j-spring-boot-starter:2.0.0")'org.weixin4j.spring.boot:weixin4j-spring-boot-starter:jar:2.0.0'<dependency org="org.weixin4j.spring.boot" name="weixin4j-spring-boot-starter" rev="2.0.0">
  <artifact name="weixin4j-spring-boot-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='org.weixin4j.spring.boot', module='weixin4j-spring-boot-starter', version='2.0.0')
)libraryDependencies += "org.weixin4j.spring.boot" % "weixin4j-spring-boot-starter" % "2.0.0"[org.weixin4j.spring.boot/weixin4j-spring-boot-starter "2.0.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-dependencies | pom | 2.0.0.RELEASE | 
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.0.RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.0.RELEASE | 
| org.springframework : spring-context | jar | 5.0.4.RELEASE | 
| org.springframework : spring-web | jar | 5.0.4.RELEASE | 
| org.slf4j : slf4j-api Optional | jar | 1.7.29 | 
| com.alibaba : fastjson | jar | 1.2.62 | 
| org.weixin4j : weixin4j | jar | 0.1.5 | 
| org.weixin4j : weixin4j-pay | jar | 1.0.2 | 
| javax.servlet : javax.servlet-api Optional | jar | 3.1.0 |