Skip to content

ririf4/LangMan

Repository files navigation

LangMan – I18n

LangMan is a language manager for your project. It helps you to manage your language files and translations.

Latest core: core

yaml: yaml

Installation

Gradle(Groovy):

repositories {
    maven { url "https://repo.ririfa.net/maven2" }
}

implementation 'net.ririfa:langman-core:${version}'

Gradle(Kotlin):

repositories {
    maven("https://repo.ririfa.net/maven2")
}

implementation("net.ririfa:langman-core:${version}")

Maven:

<repositories>
    <repository>
        <id>ririfa-repo</id>
        <url>https://repo.ririfa.net/maven2</url>
    </repository>
</repositories>

<dependency>
<groupId>net.ririfa</groupId>
<artifactId>langman-core</artifactId>
<version>${version}</version>
</dependency>

Hint: You can find the all versions of the library on the RiriFa Repo

About

I18n library for Kotlin project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages