Files download
File Operation
state-machine-0.10.0.jar download
state-machine-0.10.0.pom download
state-machine-0.10.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.freeletics.mad</groupId>
  <artifactId>state-machine</artifactId>
  <version>0.10.0</version>
</dependency>
Gradle Groovy
implementation 'com.freeletics.mad:state-machine:0.10.0'
Gradle Kotlin
implementation("com.freeletics.mad:state-machine:0.10.0")
Scala SBT
libraryDependencies += "com.freeletics.mad" % "state-machine" % "0.10.0"
Groovy Grape
@Grapes(
  @Grab(group='com.freeletics.mad', module='state-machine', version='0.10.0')
)
Apache Ivy
<dependency org="com.freeletics.mad" name="state-machine" rev="0.10.0" />
Leiningen
[com.freeletics.mad/state-machine "0.10.0"]
Apache Buildr
'com.freeletics.mad:state-machine:jar:0.10.0'