is not current version
Last Version 1.0.5

com.github.dirkraft:props-live 1.0.2

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.

GroupId

GroupId

com.github.dirkraft
ArtifactId

ArtifactId

props-live
Version

Version

1.0.2
Type

Type

jar

Download props-live 1.0.2


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