License |
License |
---|---|
Categories |
CategoriesDubbo Net Networking |
GroupId | GroupIdcom.alibaba |
ArtifactId | ArtifactIddubbo-bom |
Last Version | Last Version2.6.12 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiondubbo-bom
Dubbo dependencies BOM
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dubbo-bom-2.6.12.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba/dubbo-bom/ -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-bom</artifactId>
<version>2.6.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba/dubbo-bom/
implementation 'com.alibaba:dubbo-bom:2.6.12'
// https://jarcasting.com/artifacts/com.alibaba/dubbo-bom/
implementation ("com.alibaba:dubbo-bom:2.6.12")
'com.alibaba:dubbo-bom:pom:2.6.12'
<dependency org="com.alibaba" name="dubbo-bom" rev="2.6.12">
<artifact name="dubbo-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba', module='dubbo-bom', version='2.6.12')
)
libraryDependencies += "com.alibaba" % "dubbo-bom" % "2.6.12"
[com.alibaba/dubbo-bom "2.6.12"]