props-live

A highly-concurrent modeling of properties (or really any String-serializable key-value store) with support for reading and writing sets of properties atomically, and additionally registering listeners to changes of specific properties.

Лицензия

Лицензия

Группа

Группа

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

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

props-live
Последняя версия

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

1.0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

props-live
A highly-concurrent modeling of properties (or really any String-serializable key-value store) with support for reading and writing sets of properties atomically, and additionally registering listeners to changes of specific properties.

Скачать props-live

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.5
org.apache.commons : commons-lang3 jar 3.1

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10
org.mockito : mockito-core jar 1.9.0

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

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

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

Версия
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0