License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdde.fraunhofer.iosb.ilt |
ArtifactId | ArtifactIdConfigurable |
Last Version | Last Version0.33 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionConfigurable
A light-weight framework for generating configuration user interfaces from classes and storing the configuration in JSON.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
Configurable-0.33.pom | |
Configurable-0.33.jar | 144 KB |
Configurable-0.33-sources.jar | 99 KB |
Configurable-0.33-javadoc.jar | 877 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.fraunhofer.iosb.ilt/Configurable/ -->
<dependency>
<groupId>de.fraunhofer.iosb.ilt</groupId>
<artifactId>Configurable</artifactId>
<version>0.33</version>
</dependency>
// https://jarcasting.com/artifacts/de.fraunhofer.iosb.ilt/Configurable/
implementation 'de.fraunhofer.iosb.ilt:Configurable:0.33'
// https://jarcasting.com/artifacts/de.fraunhofer.iosb.ilt/Configurable/
implementation ("de.fraunhofer.iosb.ilt:Configurable:0.33")
'de.fraunhofer.iosb.ilt:Configurable:jar:0.33'
<dependency org="de.fraunhofer.iosb.ilt" name="Configurable" rev="0.33">
<artifact name="Configurable" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.fraunhofer.iosb.ilt', module='Configurable', version='0.33')
)
libraryDependencies += "de.fraunhofer.iosb.ilt" % "Configurable" % "0.33"
[de.fraunhofer.iosb.ilt/Configurable "0.33"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.9.0 |
org.reflections : reflections | jar | 0.10.2 |
org.slf4j : slf4j-api | jar | 1.7.36 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
Group / Artifact | Type | Version |
---|---|---|
org.openjfx : javafx-controls | jar | 17.0.2 |