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

n.i18n-regions-continents.0.4.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
import org.meeuw.i18n.continents.ContinentProvider;
import org.meeuw.i18n.spi.RegionProvider;

module org.meeuw.i18n.continents {

    exports org.meeuw.i18n.continents;

    requires transitive org.meeuw.i18n;

    requires static org.checkerframework.checker.qual;
    requires static java.annotation;

    provides RegionProvider with

        ContinentProvider;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy