License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Dubbo Net Networking |
GroupId | GroupIdorg.apache.dubbo |
ArtifactId | ArtifactIddubbo-spring-boot-parent |
Version | Version2.7.9 |
Type | Typepom |
Description |
DescriptionApache Dubbo Spring Boot :: Parent
Apache Dubbo Spring Boot Parent
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
dubbo-spring-boot-parent-2.7.9.pom | 14 KB |
Browse |
<!-- 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.9</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.9'
// https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-spring-boot-parent/
implementation ("org.apache.dubbo:dubbo-spring-boot-parent:2.7.9")
'org.apache.dubbo:dubbo-spring-boot-parent:pom:2.7.9'
<dependency org="org.apache.dubbo" name="dubbo-spring-boot-parent" rev="2.7.9">
<artifact name="dubbo-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.dubbo', module='dubbo-spring-boot-parent', version='2.7.9')
)
libraryDependencies += "org.apache.dubbo" % "dubbo-spring-boot-parent" % "2.7.9"
[org.apache.dubbo/dubbo-spring-boot-parent "2.7.9"]