-m.mmm-cli-nls-sync.0.9.10.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-cli-nls-sync Show documentation
Show all versions of mmm-cli-nls-sync Show documentation
Provides a command-line-interface to synchronize resource-bundles for localization.
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
*/
/**
* Provides a command-line-interface to synchronize resource bundles for localization.
* NLS Sync
*/
module io.github.mmm.cli.nls.sync {
requires transitive io.github.mmm.cli;
exports io.github.mmm.cli.nls.sync;
}