is not current version
Last Version 2.7.9

org.apache.dubbo:dubbo-spring-boot-parent 2.7.5

Apache Dubbo Spring Boot Parent

Categories

Categories

Spring Boot Container Microservices Dubbo Net Networking
GroupId

GroupId

org.apache.dubbo
ArtifactId

ArtifactId

dubbo-spring-boot-parent
Version

Version

2.7.5
Type

Type

pom

Download dubbo-spring-boot-parent 2.7.5


<!-- https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-spring-boot-parent/ -->
<dependency>
    <groupId>org.apache.dubbo</groupId>
    <artifactId>dubbo-spring-boot-parent</artifactId>
    <version>2.7.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-spring-boot-parent/
implementation 'org.apache.dubbo:dubbo-spring-boot-parent:2.7.5'
// https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-spring-boot-parent/
implementation ("org.apache.dubbo:dubbo-spring-boot-parent:2.7.5")
'org.apache.dubbo:dubbo-spring-boot-parent:pom:2.7.5'
<dependency org="org.apache.dubbo" name="dubbo-spring-boot-parent" rev="2.7.5">
  <artifact name="dubbo-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.dubbo', module='dubbo-spring-boot-parent', version='2.7.5')
)
libraryDependencies += "org.apache.dubbo" % "dubbo-spring-boot-parent" % "2.7.5"
[org.apache.dubbo/dubbo-spring-boot-parent "2.7.5"]