r

rescu-ext-rate-limiter

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