License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.socialbakers.easy-config |
ArtifactId | ArtifactIdeasy-config-core |
Last Version | Last Version0.5.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEasy Config - Core
Maven plugin for small application config support. Allows you to define configuration for your application at one place and generate config files and java class. Configuration can be instantiate by var args, file config or environment variables or combination of all.
ISSUES:
-v potomkovi mam rucne psanou pomocnou property, ta se nesmi dostat do property descriptoru, pak je tam s klicem null
-pokud reloadArgs byposition vrati null, vyhodit hned vyjimku - confDef = byOrder.get(iPos++);
TODO:
- boolean opts
-- is/get
-- option without value true
- make def enum public
- static instance to access from everywhere without pass an instance
-static enum Def
-more executions with different configuration has conflict in options and names
|
Filename | Size |
---|---|
easy-config-core-0.5.7.pom | |
easy-config-core-0.5.7.jar | 23 KB |
easy-config-core-0.5.7-sources.jar | 10 KB |
easy-config-core-0.5.7-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.socialbakers.easy-config/easy-config-core/ -->
<dependency>
<groupId>com.socialbakers.easy-config</groupId>
<artifactId>easy-config-core</artifactId>
<version>0.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.socialbakers.easy-config/easy-config-core/
implementation 'com.socialbakers.easy-config:easy-config-core:0.5.7'
// https://jarcasting.com/artifacts/com.socialbakers.easy-config/easy-config-core/
implementation ("com.socialbakers.easy-config:easy-config-core:0.5.7")
'com.socialbakers.easy-config:easy-config-core:jar:0.5.7'
<dependency org="com.socialbakers.easy-config" name="easy-config-core" rev="0.5.7">
<artifact name="easy-config-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.socialbakers.easy-config', module='easy-config-core', version='0.5.7')
)
libraryDependencies += "com.socialbakers.easy-config" % "easy-config-core" % "0.5.7"
[com.socialbakers.easy-config/easy-config-core "0.5.7"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.7 |
commons-io : commons-io | jar | 2.4 |
org.apache.commons : commons-lang3 | jar | 3.3.2 |
org.freemarker : freemarker | jar | 2.3.20 |
jdom : jdom | jar | 1.1 |
commons-beanutils : commons-beanutils | jar | 1.9.1 |
com.google.guava : guava | jar | 18.0 |