Files download
File Operation
edas-dubbo-migration-bom-2.6.5.1.pom download
Apache Maven
<dependency>
  <groupId>com.alibaba.edas</groupId>
  <artifactId>edas-dubbo-migration-bom</artifactId>
  <version>2.6.5.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.alibaba.edas:edas-dubbo-migration-bom:2.6.5.1'
Gradle Kotlin
implementation("com.alibaba.edas:edas-dubbo-migration-bom:2.6.5.1")
Scala SBT
libraryDependencies += "com.alibaba.edas" % "edas-dubbo-migration-bom" % "2.6.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.edas', module='edas-dubbo-migration-bom', version='2.6.5.1')
)
Apache Ivy
<dependency org="com.alibaba.edas" name="edas-dubbo-migration-bom" rev="2.6.5.1" />
Leiningen
[com.alibaba.edas/edas-dubbo-migration-bom "2.6.5.1"]
Apache Buildr
'com.alibaba.edas:edas-dubbo-migration-bom:jar:2.6.5.1'