c

cat-limiter

Limiter tool with compile annotation.
The Apache Software License, Version 2.0
houbb
Files download
File Operation
cat-limiter-1.0.0.jar download
cat-limiter-1.0.0.pom download
cat-limiter-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.houbb</groupId>
  <artifactId>cat-limiter</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.houbb:cat-limiter:1.0.0'
Gradle Kotlin
implementation("com.github.houbb:cat-limiter:1.0.0")
Scala SBT
libraryDependencies += "com.github.houbb" % "cat-limiter" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.houbb', module='cat-limiter', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.houbb" name="cat-limiter" rev="1.0.0" />
Leiningen
[com.github.houbb/cat-limiter "1.0.0"]
Apache Buildr
'com.github.houbb:cat-limiter:jar:1.0.0'