License |
License |
---|---|
GroupId | GroupIdcom.github.naoghuman |
ArtifactId | ArtifactIdlib-preferences |
Version | Version0.6.0 |
Type | Typejar |
Description |
DescriptionLib-Preferences
Lib-Preferences is a library for easy storing simple data in a Preferences.properties file in a Java(FX) & Maven desktop application. See https://github.com/Naoghuman/lib-preferences for more details.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationNaoghuman's dream |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lib-preferences-0.6.0.pom | |
lib-preferences-0.6.0.jar | 16 KB |
lib-preferences-0.6.0-sources.jar | 18 KB |
lib-preferences-0.6.0-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.naoghuman/lib-preferences/ -->
<dependency>
<groupId>com.github.naoghuman</groupId>
<artifactId>lib-preferences</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.naoghuman/lib-preferences/
implementation 'com.github.naoghuman:lib-preferences:0.6.0'
// https://jarcasting.com/artifacts/com.github.naoghuman/lib-preferences/
implementation ("com.github.naoghuman:lib-preferences:0.6.0")
'com.github.naoghuman:lib-preferences:jar:0.6.0'
<dependency org="com.github.naoghuman" name="lib-preferences" rev="0.6.0">
<artifact name="lib-preferences" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.naoghuman', module='lib-preferences', version='0.6.0')
)
libraryDependencies += "com.github.naoghuman" % "lib-preferences" % "0.6.0"
[com.github.naoghuman/lib-preferences "0.6.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.naoghuman : lib-logger | jar | 0.6.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |