
servlets.guiced-servlets.1.1.0.5-jre15.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 guiced-servlets Show documentation
Show all versions of guiced-servlets Show documentation
An integration library for Servlets in the Guiced Injection Framework
module com.guicedee.guicedservlets {
uses com.guicedee.guicedservlets.services.IGuiceSiteBinder;
requires transitive com.google.guice.extensions.servlet;
requires transitive com.guicedee.guicedinjection;
requires transitive java.servlet;
requires transitive jakarta.validation;
exports com.guicedee.guicedservlets;
exports com.guicedee.guicedservlets.services;
provides com.guicedee.guicedinjection.interfaces.IGuiceModule with com.guicedee.guicedservlets.services.GuiceSiteInjectorModule;
provides com.guicedee.guicedinjection.interfaces.IGuicePreStartup with com.guicedee.guicedservlets.implementations.GuiceServletKeyStartup;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy