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