eoip2.geoip2.4.2.0.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 geoip2 Show documentation
Show all versions of geoip2 Show documentation
GeoIP2 webservice client and database reader
@SuppressWarnings("module") // suppress terminal digit warning
module com.maxmind.geoip2 {
requires com.fasterxml.jackson.annotation;
requires com.fasterxml.jackson.databind;
requires transitive com.maxmind.db;
requires java.net.http;
exports com.maxmind.geoip2;
exports com.maxmind.geoip2.exception;
exports com.maxmind.geoip2.model;
exports com.maxmind.geoip2.record;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy