wwoc.token-bucket.token-bucket.6.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of token-bucket Show documentation
Show all versions of token-bucket Show documentation
A Java implementation of the Token Bucket algorithm
/**
* The main module.
*/
module com.github.cowwoc.tokenbucket
{
requires com.github.cowwoc.requirements.java;
requires org.slf4j;
exports com.github.cowwoc.tokenbucket;
}