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