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