License |
License |
---|---|
GroupId | GroupIdorg.javastack |
ArtifactId | ArtifactIdstandalone-preferences |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.javastack:standalone-preferences
Java Preferences API Implementation on Filesystem
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.javastack/standalone-preferences/ -->
<dependency>
<groupId>org.javastack</groupId>
<artifactId>standalone-preferences</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.javastack/standalone-preferences/
implementation 'org.javastack:standalone-preferences:2.0.1'
// https://jarcasting.com/artifacts/org.javastack/standalone-preferences/
implementation ("org.javastack:standalone-preferences:2.0.1")
'org.javastack:standalone-preferences:jar:2.0.1'
<dependency org="org.javastack" name="standalone-preferences" rev="2.0.1">
<artifact name="standalone-preferences" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javastack', module='standalone-preferences', version='2.0.1')
)
libraryDependencies += "org.javastack" % "standalone-preferences" % "2.0.1"
[org.javastack/standalone-preferences "2.0.1"]