Categories |
CategoriesSpring Boot Container Microservices Retrofit Net HTTP Clients |
---|---|
GroupId | GroupIdcom.github.jiangxch |
ArtifactId | ArtifactIdretrofit-spring-boot-starter |
Last Version | Last Version1.0.0-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionretrofit-spring-boot-starter
retrofit spring boot starter dependent module
|
<!-- https://jarcasting.com/artifacts/com.github.jiangxch/retrofit-spring-boot-starter/ -->
<dependency>
<groupId>com.github.jiangxch</groupId>
<artifactId>retrofit-spring-boot-starter</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jiangxch/retrofit-spring-boot-starter/
implementation 'com.github.jiangxch:retrofit-spring-boot-starter:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.jiangxch/retrofit-spring-boot-starter/
implementation ("com.github.jiangxch:retrofit-spring-boot-starter:1.0.0-RELEASE")
'com.github.jiangxch:retrofit-spring-boot-starter:jar:1.0.0-RELEASE'
<dependency org="com.github.jiangxch" name="retrofit-spring-boot-starter" rev="1.0.0-RELEASE">
<artifact name="retrofit-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jiangxch', module='retrofit-spring-boot-starter', version='1.0.0-RELEASE')
)
libraryDependencies += "com.github.jiangxch" % "retrofit-spring-boot-starter" % "1.0.0-RELEASE"
[com.github.jiangxch/retrofit-spring-boot-starter "1.0.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.github.jiangxch » retrofit-spring-boot-autoconfigure | jar | 1.0.0-RELEASE |