n.i18n-regions-openlocationcode.1.6.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 i18n-regions-openlocationcode Show documentation
Show all versions of i18n-regions-openlocationcode Show documentation
Provides open location code areas as region objects
import org.meeuw.i18n.openlocationcode.OpenLocationProvider;
import org.meeuw.i18n.regions.spi.RegionProvider;
module org.meeuw.i18n.openlocationcode {
exports org.meeuw.i18n.openlocationcode;
opens org.meeuw.i18n.openlocationcode;
requires transitive org.meeuw.i18n.regions;
requires static org.checkerframework.checker.qual;
requires static java.validation;
requires static java.annotation;
requires java.logging;
requires openlocationcode;
provides RegionProvider with
OpenLocationProvider;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy