All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wwoc.token-bucket.token-bucket.6.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 6.1
Show newest version
/**
 * The main module.
 */
module com.github.cowwoc.tokenbucket
{
	requires com.github.cowwoc.requirements.java;
	requires org.slf4j;

	exports com.github.cowwoc.tokenbucket;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy