An i18n library for Java application.
Add the dependency
<dependency>
<groupId>com.github.mouse0w0</groupId>
<artifactId>i18n</artifactId>
<version>1.3.1</version>
</dependency>
Step 1. Add the Central repository to your build file
Add it in your root build.gradle at the end of repositories:
repositories {
mavenCentral()
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.mouse0w0:i18n:1.3.1'
}