-m.mmm-ui-spi-all.0.9.11.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 mmm-ui-spi-all Show documentation
Show all versions of mmm-ui-spi-all Show documentation
Provides the default implementation for native language support (NLS) in UI.
The newest version!
/*
* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0
*/
/**
* Aggregates all modules of the service provider interface (SPI) for UI framework.
*/
module io.github.mmm.ui.spi.all {
requires transitive io.github.mmm.ui.spi.controller;
requires transitive io.github.mmm.ui.spi.datatype;
requires transitive io.github.mmm.ui.spi.nls;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy