/i18next

i18next internationalization library

Primary LanguageJava

i18next Java

This is a Fork of Votebot/i18next.

Gradle Kotlin DSL

repositories {
    maven("https://nycode.jfrog.io/artifactory/nycode-snapshots/")
}
dependencies {
    implementation("de.nycode", "i18next", "1.0.0-SNAPSHOT")
}

Maven

<repository>
    <name>nycode-snapshots</name>
    <url>https://nycode.jfrog.io/artifactory/nycode-snapshots/</url>
</repository>

<dependency>
    <groupId>de.nycode</groupId>
    <artifactId>i18next</artifactId>
    <version>1.0.0-SNAPSHOT</version>
</dependency>