ugins.security.jwebmp-plugins-ip-geography-security.1.2.0.2-jre16.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 jwebmp-plugins-ip-geography-security Show documentation
Show all versions of jwebmp-plugins-ip-geography-security Show documentation
This plugin provides information of geography details from GeoBytes provider (first 16k free). It also shows a good way of how to implement it
module com.jwebmp.plugins.security.ipgeography {
exports com.jwebmp.plugins.security.ipgeography;
requires com.jwebmp.core;
requires jakarta.validation;
requires com.google.guice;
requires com.fasterxml.jackson.databind;
requires com.google.guice.extensions.servlet;
requires com.guicedee.guicedinjection;
requires com.guicedee.guicedservlets.websockets;
provides com.jwebmp.core.services.IPageConfigurator with com.jwebmp.plugins.security.ipgeography.IPGeographyPageConfigurator;
provides com.guicedee.guicedservlets.websockets.services.IWebSocketAuthDataProvider with com.jwebmp.plugins.security.ipgeography.implementations.GeoBytesDataWSAuth;
provides com.guicedee.guicedinjection.interfaces.IGuiceScanModuleExclusions with com.jwebmp.plugins.security.ipgeography.implementations.GeoBytesModuleExclusions;
opens com.jwebmp.plugins.security.ipgeography to com.google.guice, com.jwebmp.core, com.fasterxml.jackson.databind;
//opens com.jwebmp.plugins.security.ipgeography.services to com.google.guice, com.jwebmp.core, com.fasterxml.jackson.databind;
opens com.jwebmp.plugins.security.ipgeography.implementations to com.google.guice, com.jwebmp.core, com.fasterxml.jackson.databind;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy