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