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