Categories |
CategoriesSpring Boot Container Microservices Dubbo Net Networking |
---|---|
GroupId | GroupIdorg.apache.dubbo |
ArtifactId | ArtifactIddubbo-spring-boot-compatible |
Version | Version2.7.10 |
Type | Typepom |
Filename | Size |
---|---|
dubbo-spring-boot-compatible-2.7.10.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-spring-boot-compatible/ -->
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-compatible</artifactId>
<version>2.7.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-spring-boot-compatible/
implementation 'org.apache.dubbo:dubbo-spring-boot-compatible:2.7.10'
// https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-spring-boot-compatible/
implementation ("org.apache.dubbo:dubbo-spring-boot-compatible:2.7.10")
'org.apache.dubbo:dubbo-spring-boot-compatible:pom:2.7.10'
<dependency org="org.apache.dubbo" name="dubbo-spring-boot-compatible" rev="2.7.10">
<artifact name="dubbo-spring-boot-compatible" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.dubbo', module='dubbo-spring-boot-compatible', version='2.7.10')
)
libraryDependencies += "org.apache.dubbo" % "dubbo-spring-boot-compatible" % "2.7.10"
[org.apache.dubbo/dubbo-spring-boot-compatible "2.7.10"]