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

servlets.guiced-servlets.1.1.0.5-jre15.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 62
Show newest version
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