is not current version
Last Version 0.5.1

com.github.naoghuman:lib-properties 0.4.1

Lib-Properties is a library for easy loading properties in a JavaFX & Maven desktop application. See https://github.com/Naoghuman/lib-properties for more details.

GroupId

GroupId

com.github.naoghuman
ArtifactId

ArtifactId

lib-properties
Version

Version

0.4.1
Type

Type

jar

Download lib-properties 0.4.1


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