is not current version
Last Version 0.9.117

com.thesett:state 0.8.8

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

GroupId

GroupId

com.thesett
ArtifactId

ArtifactId

state
Version

Version

0.8.8
Type

Type

jar

Download state 0.8.8


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