MVN

com.freeletics.khonshu : navigation

Maven & Gradle

Aug 07, 2023
95 stars

Khonshu Navigation · Khonshu Navigation

<dependency>
    <groupId>com.freeletics.khonshu</groupId>
    <artifactId>navigation</artifactId>
    <version>0.16.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.freeletics.khonshu : navigation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.16.1

All Versions

Choose a version of com.freeletics.khonshu : navigation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.16.x
navigation-0.16.1
navigation-0.16.0
0.15.x
navigation-0.15.0

How to add a dependency to Maven

Add the following com.freeletics.khonshu : navigation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.freeletics.khonshu</groupId>
    <artifactId>navigation</artifactId>
    <version>0.16.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.freeletics.khonshu : navigation gradle dependency to your build.gradle file:

implementation 'com.freeletics.khonshu:navigation:0.16.1'

Gradle Kotlin DSL: Add the following com.freeletics.khonshu : navigation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.freeletics.khonshu:navigation:0.16.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.freeletics.khonshu : navigation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.freeletics.khonshu" % "navigation" % "0.16.1"