File | Operation |
---|---|
dubbo-spring-boot-compatible-3.2.0-beta.1.pom | download |
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-compatible</artifactId>
<version>3.2.0-beta.1</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.apache.dubbo" % "dubbo-spring-boot-compatible" % "3.2.0-beta.1"
@Grapes(
@Grab(group='org.apache.dubbo', module='dubbo-spring-boot-compatible', version='3.2.0-beta.1')
)
<dependency org="org.apache.dubbo" name="dubbo-spring-boot-compatible" rev="3.2.0-beta.1" />
<parent> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-spring-boot</artifactId> <version>3.2.0-beta.1</version> </parent>