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.

License

License

GroupId

GroupId

com.github.dirkraft
ArtifactId

ArtifactId

props-live
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

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.

Download props-live

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.5
org.apache.commons : commons-lang3 jar 3.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
org.mockito : mockito-core jar 1.9.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0