License |
License |
---|---|
GroupId | GroupIdcom.github.naoghuman |
ArtifactId | ArtifactIdlib-properties |
Version | Version0.5.1 |
Type | Typejar |
Description |
DescriptionLib-Properties
Lib-Properties is a library for easy loading properties files in a JavaFX & Maven desktop application. See https://github.com/Naoghuman/lib-properties for more details.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lib-properties-0.5.1.pom | |
lib-properties-0.5.1.jar | 12 KB |
lib-properties-0.5.1-sources.jar | 15 KB |
lib-properties-0.5.1-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.naoghuman/lib-properties/ -->
<dependency>
<groupId>com.github.naoghuman</groupId>
<artifactId>lib-properties</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.naoghuman/lib-properties/
implementation 'com.github.naoghuman:lib-properties:0.5.1'
// https://jarcasting.com/artifacts/com.github.naoghuman/lib-properties/
implementation ("com.github.naoghuman:lib-properties:0.5.1")
'com.github.naoghuman:lib-properties:jar:0.5.1'
<dependency org="com.github.naoghuman" name="lib-properties" rev="0.5.1">
<artifact name="lib-properties" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.naoghuman', module='lib-properties', version='0.5.1')
)
libraryDependencies += "com.github.naoghuman" % "lib-properties" % "0.5.1"
[com.github.naoghuman/lib-properties "0.5.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.naoghuman : lib-logger | jar | 0.5.1 |