scf-labeled

simple configuration facade labeled usage

Лицензия

Лицензия

Группа

Группа

org.mydotey.scf
Идентификатор

Идентификатор

scf-labeled
Последняя версия

Последняя версия

1.6.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

scf-labeled
simple configuration facade labeled usage
Ссылка на сайт

Ссылка на сайт

https://github.com/mydotey/scf-labeled
Организация-разработчик

Организация-разработчик

mydotey.org
Система контроля версий

Система контроля версий

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

Скачать scf-labeled

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
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