License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Retrofit Net HTTP Clients |
GroupId | GroupIdorg.devefx.spring.boot |
ArtifactId | ArtifactIdretrofit-spring-boot-starter |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionretrofit-spring-boot-starter
Spring Boot Support for Devefx
|
<!-- https://jarcasting.com/artifacts/org.devefx.spring.boot/retrofit-spring-boot-starter/ -->
<dependency>
<groupId>org.devefx.spring.boot</groupId>
<artifactId>retrofit-spring-boot-starter</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.devefx.spring.boot/retrofit-spring-boot-starter/
implementation 'org.devefx.spring.boot:retrofit-spring-boot-starter:0.0.1'
// https://jarcasting.com/artifacts/org.devefx.spring.boot/retrofit-spring-boot-starter/
implementation ("org.devefx.spring.boot:retrofit-spring-boot-starter:0.0.1")
'org.devefx.spring.boot:retrofit-spring-boot-starter:jar:0.0.1'
<dependency org="org.devefx.spring.boot" name="retrofit-spring-boot-starter" rev="0.0.1">
<artifact name="retrofit-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.devefx.spring.boot', module='retrofit-spring-boot-starter', version='0.0.1')
)
libraryDependencies += "org.devefx.spring.boot" % "retrofit-spring-boot-starter" % "0.0.1"
[org.devefx.spring.boot/retrofit-spring-boot-starter "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
com.squareup.retrofit2 : retrofit | jar | 2.5.0 |
com.squareup.retrofit2 : converter-jackson | jar | 2.5.0 |
commons-logging : commons-logging | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |