is not current version
Last Version 1.1.2

com.github.yungyu16.spring:spring-boot-starter-proxy 1.1.1

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

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.yungyu16.spring
ArtifactId

ArtifactId

spring-boot-starter-proxy
Version

Version

1.1.1
Type

Type

jar

Download spring-boot-starter-proxy 1.1.1


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