is not current version
Last Version 0.9.117

com.thesett:state 0.8.4

State provides a data model that can describe a state space.

GroupId

GroupId

com.thesett
ArtifactId

ArtifactId

state
Version

Version

0.8.4
Type

Type

jar

Download state 0.8.4


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