Last Version

Lib-I18N 0.8.0

The library `Lib-I18N` allows a developer to bind a key-value pair of a `.properties` file to a [StringBinding]. This makes it very easy to change the language during runtime in a [JavaFX] application. Lib-I18N is written in JavaFX, [Maven] and [NetBeans].

License

License

GroupId

GroupId

com.github.naoghuman
ArtifactId

ArtifactId

lib-i18n
Version

Version

0.8.0
Type

Type

jar
Description

Description

Lib-I18N
The library `Lib-I18N` allows a developer to bind a key-value pair of a `.properties` file to a [StringBinding]. This makes it very easy to change the language during runtime in a [JavaFX] application. Lib-I18N is written in JavaFX, [Maven] and [NetBeans].
Project URL

Project URL

https://github.com/Naoghuman/lib-i18n.git
Project Organization

Project Organization

Naoghuman's dream
Source Code Management

Source Code Management

https://github.com/Naoghuman/lib-i18n.git

Download lib-i18n 0.8.0


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

Dependencies

compile (1)

Group / Artifact Type Version
com.github.naoghuman : lib-logger jar 0.6.0

test (4)

Group / Artifact Type Version
com.github.naoghuman » lib-fxml jar 0.3.0-PRERELEASE
junit : junit jar 4.12
org.hamcrest : hamcrest-core jar 1.3
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.