文件下载
文件名 操作
dubbo-examples-0.1.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.tencent.polaris</groupId>
  <artifactId>dubbo-examples</artifactId>
  <version>0.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.tencent.polaris:dubbo-examples:0.1.0'
Gradle Kotlin
implementation("com.tencent.polaris:dubbo-examples:0.1.0")
Scala SBT
libraryDependencies += "com.tencent.polaris" % "dubbo-examples" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.polaris', module='dubbo-examples', version='0.1.0')
)
Apache Ivy
<dependency org="com.tencent.polaris" name="dubbo-examples" rev="0.1.0" />
Leiningen
[com.tencent.polaris/dubbo-examples "0.1.0"]
Apache Buildr
'com.tencent.polaris:dubbo-examples:jar:0.1.0'