<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-autoconfigure-compatible</artifactId>
<version>3.3.0-beta.1</version>
</dependency>
implementation 'org.apache.dubbo:dubbo-spring-boot-autoconfigure-compatible:3.3.0-beta.1'
implementation("org.apache.dubbo:dubbo-spring-boot-autoconfigure-compatible:3.3.0-beta.1")
libraryDependencies += "org.apache.dubbo" % "dubbo-spring-boot-autoconfigure-compatible" % "3.3.0-beta.1"
@Grapes(
@Grab(group='org.apache.dubbo', module='dubbo-spring-boot-autoconfigure-compatible', version='3.3.0-beta.1')
)
<dependency org="org.apache.dubbo" name="dubbo-spring-boot-autoconfigure-compatible" rev="3.3.0-beta.1" />
compile
|-- org.springframework.boot:spring-boot-autoconfigure:1.5.22.RELEASE
|-- org.springframework.boot:spring-boot:1.5.22.RELEASE
|-- org.springframework.boot:spring-boot-starter-logging:1.5.22.RELEASE
|-- org.springframework.boot:spring-boot-configuration-processor:1.5.22.RELEASE
|-- org.apache.dubbo:dubbo-common:3.3.0-beta.1