ConfigurableParent

A light-weight framework for generating configuration user interfaces from classes and storing the configuration in JSON.

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

de.fraunhofer.iosb.ilt
ArtifactId

ArtifactId

ConfigurableParent
Last Version

Last Version

0.33
Release Date

Release Date

Type

Type

pom
Description

Description

ConfigurableParent
A light-weight framework for generating configuration user interfaces from classes and storing the configuration in JSON.
Project URL

Project URL

https://github.com/FraunhoferIOSB/Configurable
Project Organization

Project Organization

Fraunhofer IOSB
Source Code Management

Source Code Management

https://github.com/FraunhoferIOSB/Configurable

Download ConfigurableParent

How to add to project

<!-- https://jarcasting.com/artifacts/de.fraunhofer.iosb.ilt/ConfigurableParent/ -->
<dependency>
    <groupId>de.fraunhofer.iosb.ilt</groupId>
    <artifactId>ConfigurableParent</artifactId>
    <version>0.33</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.fraunhofer.iosb.ilt/ConfigurableParent/
implementation 'de.fraunhofer.iosb.ilt:ConfigurableParent:0.33'
// https://jarcasting.com/artifacts/de.fraunhofer.iosb.ilt/ConfigurableParent/
implementation ("de.fraunhofer.iosb.ilt:ConfigurableParent:0.33")
'de.fraunhofer.iosb.ilt:ConfigurableParent:pom:0.33'
<dependency org="de.fraunhofer.iosb.ilt" name="ConfigurableParent" rev="0.33">
  <artifact name="ConfigurableParent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.fraunhofer.iosb.ilt', module='ConfigurableParent', version='0.33')
)
libraryDependencies += "de.fraunhofer.iosb.ilt" % "ConfigurableParent" % "0.33"
[de.fraunhofer.iosb.ilt/ConfigurableParent "0.33"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • Configurable
  • examples/AnnotationExample
  • examples/ConfigurableExample

Versions

Version
0.33
0.32
0.31