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