License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcn.lzxz1234.weixin |
ArtifactId | ArtifactIdapi-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionWeiXinApi
WeiXin API for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/cn.lzxz1234.weixin/api-spring-boot-starter/ -->
<dependency>
<groupId>cn.lzxz1234.weixin</groupId>
<artifactId>api-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.lzxz1234.weixin/api-spring-boot-starter/
implementation 'cn.lzxz1234.weixin:api-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/cn.lzxz1234.weixin/api-spring-boot-starter/
implementation ("cn.lzxz1234.weixin:api-spring-boot-starter:1.0.0")
'cn.lzxz1234.weixin:api-spring-boot-starter:jar:1.0.0'
<dependency org="cn.lzxz1234.weixin" name="api-spring-boot-starter" rev="1.0.0">
<artifact name="api-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.lzxz1234.weixin', module='api-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "cn.lzxz1234.weixin" % "api-spring-boot-starter" % "1.0.0"
[cn.lzxz1234.weixin/api-spring-boot-starter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter Optional | jar | 1.5.2.RELEASE |
org.springframework.boot : spring-boot-autoconfigure Optional | jar | 1.5.2.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.5.2.RELEASE |
dom4j : dom4j | jar | 1.6.1 |
com.alibaba : fastjson | jar | 1.2.7 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |
org.mockito : mockito-all | jar | 1.10.19 |
org.powermock : powermock-module-junit4 | jar | 1.6.2 |
org.powermock : powermock-api-mockito | jar | 1.6.2 |