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

n.i18n-regions-openlocationcode.1.6.0.source-code.module-info Maven / Gradle / Ivy

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