scf-labeled

simple configuration facade labeled usage

License

License

GroupId

GroupId

org.mydotey.scf
ArtifactId

ArtifactId

scf-labeled
Last Version

Last Version

1.6.2
Release Date

Release Date

Type

Type

jar
Description

Description

scf-labeled
simple configuration facade labeled usage
Project URL

Project URL

https://github.com/mydotey/scf-labeled
Project Organization

Project Organization

mydotey.org
Source Code Management

Source Code Management

https://github.com/mydotey/scf-labeled

Download scf-labeled

How to add to project

<!-- https://jarcasting.com/artifacts/org.mydotey.scf/scf-labeled/ -->
<dependency>
    <groupId>org.mydotey.scf</groupId>
    <artifactId>scf-labeled</artifactId>
    <version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mydotey.scf/scf-labeled/
implementation 'org.mydotey.scf:scf-labeled:1.6.2'
// https://jarcasting.com/artifacts/org.mydotey.scf/scf-labeled/
implementation ("org.mydotey.scf:scf-labeled:1.6.2")
'org.mydotey.scf:scf-labeled:jar:1.6.2'
<dependency org="org.mydotey.scf" name="scf-labeled" rev="1.6.2">
  <artifact name="scf-labeled" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mydotey.scf', module='scf-labeled', version='1.6.2')
)
libraryDependencies += "org.mydotey.scf" % "scf-labeled" % "1.6.2"
[org.mydotey.scf/scf-labeled "1.6.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.21
org.mydotey.scf : scf-core jar 1.6.4
org.mydotey.scf : scf-simple jar 1.6.4

test (5)

Group / Artifact Type Version
com.google.guava : guava jar 19.0
org.slf4j : slf4j-simple jar 1.7.21
junit : junit jar 4.12
org.mydotey.scf : scf-core test-jar 1.6.4
org.mydotey.scf : scf-simple test-jar 1.6.4

Project Modules

There are no modules declared in this project.

scf-labeled: scf library for labeled key scenario

Labeled key like: some-key { label1: label-value1, label2: label-value2 }

Same key with different label series identifies different property.

Usage

Features

  • Labeled Key/Property

    key { l1: lv1, l2: lv2, ... }, value

  • Auto Fallback

    request.timeout { idc: idc-1, app: app-1 } > request.timeout { idc: idc-1 } > request.timeout

  • All features from scf

Developers

org.mydotey.scf

Versions

Version
1.6.2
1.6.1
1.6.0
1.5.2
1.5.1
1.5.0
1.4.0
1.2.1
1.2.0
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0