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