License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.seepine |
ArtifactId | ArtifactIdwechat-spring-boot-starter |
Version | Version1.1.0 |
Type | Typejar |
Description |
Descriptionwechat-spring-boot-starter
httpclient thread pool project,can get httpUtil of get,post,put,delete and download.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.seepine/wechat-spring-boot-starter/ -->
<dependency>
<groupId>com.seepine</groupId>
<artifactId>wechat-spring-boot-starter</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.seepine/wechat-spring-boot-starter/
implementation 'com.seepine:wechat-spring-boot-starter:1.1.0'
// https://jarcasting.com/artifacts/com.seepine/wechat-spring-boot-starter/
implementation ("com.seepine:wechat-spring-boot-starter:1.1.0")
'com.seepine:wechat-spring-boot-starter:jar:1.1.0'
<dependency org="com.seepine" name="wechat-spring-boot-starter" rev="1.1.0">
<artifact name="wechat-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seepine', module='wechat-spring-boot-starter', version='1.1.0')
)
libraryDependencies += "com.seepine" % "wechat-spring-boot-starter" % "1.1.0"
[com.seepine/wechat-spring-boot-starter "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.12 |
org.springframework.boot : spring-boot-configuration-processor | jar | 2.3.0.RELEASE |
com.seepine : httpclient | jar | 1.0.0 |
cn.hutool : hutool-all | jar | 5.5.7 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.3.4.RELEASE |