MVN

cafe.adriel.voyager : voyager-navigator

Maven & Gradle

May 07, 2023
3 usages
2.2k stars

VoyagerNavigator · A pragmatic navigation library for Jetpack Compose

<dependency>
    <groupId>cafe.adriel.voyager</groupId>
    <artifactId>voyager-navigator</artifactId>
    <version>1.0.0-rc06</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cafe.adriel.voyager : voyager-navigator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-rc06
  • Latest Release Candidate: 1.0.0-rc06
  • Latest Beta: 1.0.0-beta16

All Versions

Choose a version of cafe.adriel.voyager : voyager-navigator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
voyager-navigator-1.0.0-rc06
voyager-navigator-1.0.0-rc05
voyager-navigator-1.0.0-rc04
voyager-navigator-1.0.0-rc03
voyager-navigator-1.0.0-rc02
voyager-navigator-1.0.0-rc01
voyager-navigator-1.0.0-beta16
voyager-navigator-1.0.0-beta15
voyager-navigator-1.0.0-beta14
voyager-navigator-1.0.0-beta13
voyager-navigator-1.0.0-beta12
voyager-navigator-1.0.0-beta11
voyager-navigator-1.0.0-beta10
voyager-navigator-1.0.0-beta09
voyager-navigator-1.0.0-beta08
voyager-navigator-1.0.0-beta07
voyager-navigator-1.0.0-beta06
voyager-navigator-1.0.0-beta05
voyager-navigator-1.0.0-beta04
voyager-navigator-1.0.0-beta03
voyager-navigator-1.0.0-beta02
voyager-navigator-1.0.0-beta01

How to add a dependency to Maven

Add the following cafe.adriel.voyager : voyager-navigator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cafe.adriel.voyager</groupId>
    <artifactId>voyager-navigator</artifactId>
    <version>1.0.0-rc06</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cafe.adriel.voyager : voyager-navigator gradle dependency to your build.gradle file:

implementation 'cafe.adriel.voyager:voyager-navigator:1.0.0-rc06'

Gradle Kotlin DSL: Add the following cafe.adriel.voyager : voyager-navigator gradle kotlin dependency to your build.gradle.kts file:

implementation("cafe.adriel.voyager:voyager-navigator:1.0.0-rc06")

How to add a dependency to SBT Scala

SBT Scala: Add the following cafe.adriel.voyager : voyager-navigator sbt scala dependency to your build.sbt file:

libraryDependencies += "cafe.adriel.voyager" % "voyager-navigator" % "1.0.0-rc06"

Advertisement