License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Net CLI User Interface |
GroupId | GroupIdtop.jfunc.network |
ArtifactId | ArtifactIdhttpclient-spring-boot-starter |
Last Version | Last Version1.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhttpclient-spring-boot-starter
httpclient-xxx在spring-boot环境下的自动配置,要配合httpclient-xxx之一使用
|
<!-- https://jarcasting.com/artifacts/top.jfunc.network/httpclient-spring-boot-starter/ -->
<dependency>
<groupId>top.jfunc.network</groupId>
<artifactId>httpclient-spring-boot-starter</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/top.jfunc.network/httpclient-spring-boot-starter/
implementation 'top.jfunc.network:httpclient-spring-boot-starter:1.1.4'
// https://jarcasting.com/artifacts/top.jfunc.network/httpclient-spring-boot-starter/
implementation ("top.jfunc.network:httpclient-spring-boot-starter:1.1.4")
'top.jfunc.network:httpclient-spring-boot-starter:jar:1.1.4'
<dependency org="top.jfunc.network" name="httpclient-spring-boot-starter" rev="1.1.4">
<artifact name="httpclient-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.jfunc.network', module='httpclient-spring-boot-starter', version='1.1.4')
)
libraryDependencies += "top.jfunc.network" % "httpclient-spring-boot-starter" % "1.1.4"
[top.jfunc.network/httpclient-spring-boot-starter "1.1.4"]
Group / Artifact | Type | Version |
---|---|---|
top.jfunc.network : httpclient-core | jar | 1.1.4 |
org.springframework.boot : spring-boot-autoconfigure | jar | 1.5.7.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.mock-server : mockserver-netty | jar | 5.5.4 |