.service.2.1.37.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 service Show documentation
Show all versions of service Show documentation
A singleton service factory for dependency injection without spring.
The newest version!
module com.networknt.service {
exports com.networknt.service;
requires com.networknt.config;
uses com.networknt.config.Config;
requires org.slf4j;
requires java.desktop;
}