is not current version
Last Version 1.9.6-b1

com.github.czyzby:ktx-i18n 1.9.4-b1

Internationalization utilities for LibGDX applications developed with Kotlin.

GroupId

GroupId

com.github.czyzby
ArtifactId

ArtifactId

ktx-i18n
Version

Version

1.9.4-b1
Type

Type

jar

Download ktx-i18n 1.9.4-b1


<!-- https://jarcasting.com/artifacts/com.github.czyzby/ktx-i18n/ -->
<dependency>
    <groupId>com.github.czyzby</groupId>
    <artifactId>ktx-i18n</artifactId>
    <version>1.9.4-b1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.czyzby/ktx-i18n/
implementation 'com.github.czyzby:ktx-i18n:1.9.4-b1'
// https://jarcasting.com/artifacts/com.github.czyzby/ktx-i18n/
implementation ("com.github.czyzby:ktx-i18n:1.9.4-b1")
'com.github.czyzby:ktx-i18n:jar:1.9.4-b1'
<dependency org="com.github.czyzby" name="ktx-i18n" rev="1.9.4-b1">
  <artifact name="ktx-i18n" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.czyzby', module='ktx-i18n', version='1.9.4-b1')
)
libraryDependencies += "com.github.czyzby" % "ktx-i18n" % "1.9.4-b1"
[com.github.czyzby/ktx-i18n "1.9.4-b1"]