s

stateless4j

A fluent interface for state machines
https://github.com/oxo42/stateless4j
The Apache Software License, Version 2.0
Arnaud SYLVESTRE John Oxley
Files download
File Operation
stateless4j-2.5.0.jar download
stateless4j-2.5.0.pom download
stateless4j-2.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.oxo42</groupId>
  <artifactId>stateless4j</artifactId>
  <version>2.5.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.oxo42:stateless4j:2.5.0'
Gradle Kotlin
implementation("com.github.oxo42:stateless4j:2.5.0")
Scala SBT
libraryDependencies += "com.github.oxo42" % "stateless4j" % "2.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.oxo42', module='stateless4j', version='2.5.0')
)
Apache Ivy
<dependency org="com.github.oxo42" name="stateless4j" rev="2.5.0" />
Leiningen
[com.github.oxo42/stateless4j "2.5.0"]
Apache Buildr
'com.github.oxo42:stateless4j:jar:2.5.0'