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