/state

Primary LanguageJavaMIT LicenseMIT

state

license central build

Library for keeping track of the state of objects.

Installation

Snapshots are available on the Sonatype Snapshots Repository:

<!-- For snapshot releases -->
<repository>
  <id>sonatype-snapshots</id>
  <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>

<dependency>
    <groupId>org.incendo</groupId>
    <artifactId>state-core</artifactId>
    <version>1.1.0-SNAPSHOT</version>
</dependency>