d

dubbo-ratelimit-example

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