n.i18n-regions-continents.0.4.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-continents Show documentation
Show all versions of i18n-regions-continents Show documentation
Provides the continents as region objects
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