is not current version
Last Version 0.8.0

com.github.naoghuman:lib-i18n 0.5.0

The library `Lib-I18N` allowed the developer to bind easly `.properties` key (values) to a [StringBinding]. So changing the language during runtime in a [JavaFX] application won't be a problem anymore. Lib-I18N is written in JavaFX, [Maven] and [NetBeans].

GroupId

GroupId

com.github.naoghuman
ArtifactId

ArtifactId

lib-i18n
Version

Version

0.5.0
Type

Type

jar

Download lib-i18n 0.5.0


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