MVN

name.kropp.kotlinx-gettext : kotlinx-gettext

Maven & Gradle

Dec 21, 2022
33 stars

Kotlinx Gettext · Kotlin Gettext i18n library

<dependency>
    <groupId>name.kropp.kotlinx-gettext</groupId>
    <artifactId>kotlinx-gettext</artifactId>
    <version>0.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of name.kropp.kotlinx-gettext : kotlinx-gettext to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.2

All Versions

Choose a version of name.kropp.kotlinx-gettext : kotlinx-gettext to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
kotlinx-gettext-0.5.2
kotlinx-gettext-0.5.1
kotlinx-gettext-0.5.0
0.4.x
kotlinx-gettext-0.4.1-dev-1-ir
kotlinx-gettext-0.4.1-dev-1
kotlinx-gettext-0.4.1-1.7.10
kotlinx-gettext-0.4.1
kotlinx-gettext-0.4.0-1.7.0
kotlinx-gettext-0.4.0
0.3.x
kotlinx-gettext-0.3.1
0.3
kotlinx-gettext-0.3
0.2.x
kotlinx-gettext-0.2.3
kotlinx-gettext-0.2.2
kotlinx-gettext-0.2.1
0.2
kotlinx-gettext-0.2

How to add a dependency to Maven

Add the following name.kropp.kotlinx-gettext : kotlinx-gettext maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>name.kropp.kotlinx-gettext</groupId>
    <artifactId>kotlinx-gettext</artifactId>
    <version>0.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following name.kropp.kotlinx-gettext : kotlinx-gettext gradle dependency to your build.gradle file:

implementation 'name.kropp.kotlinx-gettext:kotlinx-gettext:0.5.2'

Gradle Kotlin DSL: Add the following name.kropp.kotlinx-gettext : kotlinx-gettext gradle kotlin dependency to your build.gradle.kts file:

implementation("name.kropp.kotlinx-gettext:kotlinx-gettext:0.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following name.kropp.kotlinx-gettext : kotlinx-gettext sbt scala dependency to your build.sbt file:

libraryDependencies += "name.kropp.kotlinx-gettext" % "kotlinx-gettext" % "0.5.2"

Advertisement