Last Version

spring-boot-starter-retrofit2 1.0.0

将不可实例化的Interface动态代理后注册到Spring容器以便IOC,用于便捷的生成Local Stub

License

License

Categories

Categories

Spring Boot Container Microservices Retrofit Net HTTP Clients
GroupId

GroupId

com.github.yungyu16.spring
ArtifactId

ArtifactId

spring-boot-starter-retrofit2
Version

Version

1.0.0
Type

Type

jar
Description

Description

spring-boot-starter-retrofit2
将不可实例化的Interface动态代理后注册到Spring容器以便IOC,用于便捷的生成Local Stub
Project URL

Project URL

https://github.com/yungyu16/spring-boot-starter-retrofit2
Source Code Management

Source Code Management

https://github.com/yungyu16/spring-boot-starter-retrofit2

Download spring-boot-starter-retrofit2 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.yungyu16.spring/spring-boot-starter-retrofit2/ -->
<dependency>
    <groupId>com.github.yungyu16.spring</groupId>
    <artifactId>spring-boot-starter-retrofit2</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yungyu16.spring/spring-boot-starter-retrofit2/
implementation 'com.github.yungyu16.spring:spring-boot-starter-retrofit2:1.0.0'
// https://jarcasting.com/artifacts/com.github.yungyu16.spring/spring-boot-starter-retrofit2/
implementation ("com.github.yungyu16.spring:spring-boot-starter-retrofit2:1.0.0")
'com.github.yungyu16.spring:spring-boot-starter-retrofit2:jar:1.0.0'
<dependency org="com.github.yungyu16.spring" name="spring-boot-starter-retrofit2" rev="1.0.0">
  <artifact name="spring-boot-starter-retrofit2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yungyu16.spring', module='spring-boot-starter-retrofit2', version='1.0.0')
)
libraryDependencies += "com.github.yungyu16.spring" % "spring-boot-starter-retrofit2" % "1.0.0"
[com.github.yungyu16.spring/spring-boot-starter-retrofit2 "1.0.0"]

Dependencies

compile (7)

Group / Artifact Type Version
com.github.yungyu16.spring : spring-boot-starter-proxy jar 1.1.1
com.google.auto.service : auto-service jar 1.0-rc7
com.squareup.okhttp3 : logging-interceptor jar 4.0.1
com.squareup.okhttp3 : okhttp jar 4.0.1
com.squareup.retrofit2 : retrofit jar 2.9.0
org.springframework.boot : spring-boot-starter Optional jar
org.springframework.boot : spring-boot-starter-logging Optional jar

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar

test (2)

Group / Artifact Type Version
com.alibaba : fastjson jar 1.2.75
org.springframework.boot : spring-boot-starter-test jar

Project Modules

There are no modules declared in this project.