| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices CLI User Interface |
| GroupId | GroupIdcom.mizhousoft.boot |
| ArtifactId | ArtifactIdrestclient-spring-boot-starter |
| Version | Version1.1.0 |
| Type | Typejar |
| Description |
Descriptionrestclient-spring-boot-starter
Mizhousoft Boot
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.mizhousoft.boot/restclient-spring-boot-starter/ -->
<dependency>
<groupId>com.mizhousoft.boot</groupId>
<artifactId>restclient-spring-boot-starter</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mizhousoft.boot/restclient-spring-boot-starter/
implementation 'com.mizhousoft.boot:restclient-spring-boot-starter:1.1.0'
// https://jarcasting.com/artifacts/com.mizhousoft.boot/restclient-spring-boot-starter/
implementation ("com.mizhousoft.boot:restclient-spring-boot-starter:1.1.0")
'com.mizhousoft.boot:restclient-spring-boot-starter:jar:1.1.0'
<dependency org="com.mizhousoft.boot" name="restclient-spring-boot-starter" rev="1.1.0">
<artifact name="restclient-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mizhousoft.boot', module='restclient-spring-boot-starter', version='1.1.0')
)
libraryDependencies += "com.mizhousoft.boot" % "restclient-spring-boot-starter" % "1.1.0"
[com.mizhousoft.boot/restclient-spring-boot-starter "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.mizhousoft.commons : mizhousoft-commons | jar | 1.1.0 |
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| org.springframework.boot : spring-boot | jar | 2.4.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |