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