is not current version
Last Version 0.6.0

com.github.naoghuman:lib-preferences 0.5.1

Lib-Preferences is a library for easy storing simple data in a Preferences.properties file in a JavaFx & Maven desktop application. See https://github.com/Naoghuman/lib-preferences for more details.

GroupId

GroupId

com.github.naoghuman
ArtifactId

ArtifactId

lib-preferences
Version

Version

0.5.1
Type

Type

jar

Download lib-preferences 0.5.1


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