| License |
License |
|---|---|
| Categories |
CategoriesGUI User Interface |
| GroupId | GroupIdcom.zensols.gui |
| ArtifactId | ArtifactIdpref |
| Last Version | Last Version0.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGUI Preferences Library
Java/Swing GUI Preferences Library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| pref-0.0.2.pom | |
| pref-0.0.2.jar | 15 KB |
| pref-0.0.2-sources.jar | 8 KB |
| pref-0.0.2-javadoc.jar | 63 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.zensols.gui/pref/ -->
<dependency>
<groupId>com.zensols.gui</groupId>
<artifactId>pref</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.zensols.gui/pref/
implementation 'com.zensols.gui:pref:0.0.2'
// https://jarcasting.com/artifacts/com.zensols.gui/pref/
implementation ("com.zensols.gui:pref:0.0.2")
'com.zensols.gui:pref:jar:0.0.2'
<dependency org="com.zensols.gui" name="pref" rev="0.0.2">
<artifact name="pref" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zensols.gui', module='pref', version='0.0.2')
)
libraryDependencies += "com.zensols.gui" % "pref" % "0.0.2"
[com.zensols.gui/pref "0.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-logging : commons-logging | jar | 1.1.3 |