mmm-nls-cli

Combines mmm-cli with mmm-nls for command-line-interfaces (CLI) with native language support (NLS).

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.m-m-m
ArtifactId

ArtifactId

mmm-nls-cli
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

mmm-nls-cli
Combines mmm-cli with mmm-nls for command-line-interfaces (CLI) with native language support (NLS).
Project URL

Project URL

https://m-m-m.github.io/
Project Organization

Project Organization

mmm-team
Source Code Management

Source Code Management

https://github.com/m-m-m/nls/tree/master

Download mmm-nls-cli

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.m-m-m/mmm-nls-cli/ -->
<dependency>
    <groupId>io.github.m-m-m</groupId>
    <artifactId>mmm-nls-cli</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.m-m-m/mmm-nls-cli/
implementation 'io.github.m-m-m:mmm-nls-cli:0.2.0'
// https://jarcasting.com/artifacts/io.github.m-m-m/mmm-nls-cli/
implementation ("io.github.m-m-m:mmm-nls-cli:0.2.0")
'io.github.m-m-m:mmm-nls-cli:jar:0.2.0'
<dependency org="io.github.m-m-m" name="mmm-nls-cli" rev="0.2.0">
  <artifact name="mmm-nls-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.m-m-m', module='mmm-nls-cli', version='0.2.0')
)
libraryDependencies += "io.github.m-m-m" % "mmm-nls-cli" % "0.2.0"
[io.github.m-m-m/mmm-nls-cli "0.2.0"]

Dependencies

compile (2)

Group / Artifact Type Version
io.github.m-m-m : mmm-nls jar 0.2.0
io.github.m-m-m : mmm-cli jar 0.2.0

Project Modules

There are no modules declared in this project.

logo

Apache License, Version 2.0 Build Status

mmm-nls

Maven Central base JavaDoc

The module io.github.mmm.nls (artifactId mmm-nls) provides advanced native-language-support. For a motivation and introduction please read the JavaDocs (see badge above).

Usage

Maven Dependency:

<dependency>
  <groupId>io.github.m-m-m</groupId>
  <artifactId>mmm-nls</artifactId>
  <!--<version>${mmmVersion}</version>-->
</dependency>

Gradle Dependency:

implementation 'io.github.m-m-m:mmm-nls:${mmmVersion}'

For ${mmmVersion} please fill in the latest version that you can find in the badge above.

Module Dependency:

  requires transitive io.github.mmm.nls;

mmm-nls-cli

Maven Central base JavaDoc

The module io.github.mmm.nls.cli (artifactId mmm-nls-cli) provides NLS for command-line-interfaces (CLI). For a motivation and introduction please read the JavaDocs (see badge above).

Usage

Maven Dependency:

<dependency>
  <groupId>io.github.m-m-m</groupId>
  <artifactId>mmm-nls-cli</artifactId>
  <version>${mmm.nls.version}</version>
</dependency>

Module Dependency:

  requires transitive io.github.mmm.nls.cli;

mmm-nls-sync

Maven Central base JavaDoc

The module io.github.mmm.nls.sync (artifactId mmm-nls-sync) provides the tool io.github.mmm.nls.sync.NlsSynchronizer allowing to synchronize your NlsBundle classes with all your available resource-bundle properties files. For a motivation and introduction please read the JavaDocs (see badge above).

Usage

Maven Dependency:

<dependency>
  <groupId>io.github.m-m-m</groupId>
  <artifactId>mmm-nls-sync</artifactId>
  <version>${mmm.nls.version}</version>
</dependency>

Module Dependency:

  requires transitive io.github.mmm.nls.sync;
io.github.m-m-m

Marvelous-Micro-Modules

Versions

Version
0.2.0
0.1.1