confuse

Safe, dynamically extensible and serializable configuration for an application

Лицензия

Лицензия

Apache License 2.0
Группа

Группа

com.github.akurilov
Идентификатор

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

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

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

1.2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

confuse
Safe, dynamically extensible and serializable configuration for an application
Ссылка на сайт

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

https://github.com/akurilov/confuse
Система контроля версий

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

https://github.com/akurilov/confuse.git

Скачать confuse

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.github.akurilov : java-commons jar 2.2.2

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

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

Confuse

Dynamically extensible but safe and serializable configuration for an application

Features

  1. Safety

    1.1. Structure safety

    1.2. Type safety

  2. Extensibility

  3. Serialization

Usage

Gradle

compile group: 'com.github.akurilov', name: 'confuse', version: '1.2.1'

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

Версия
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0