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