.balance.2.1.16.source-code.module-info.j Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of balance Show documentation
Show all versions of balance Show documentation
A client load balance module that helps to connect service clusters.
module com.networknt.balance {
exports com.networknt.balance;
requires com.networknt.registry;
requires com.networknt.utility;
requires org.slf4j;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy