MVN

ca.gosyer : voyager-bottom-sheet-navigator-android-debug

Maven & Gradle

Jul 18, 2023
9 stars

VoyagerBottomSheetNavigator · A pragmatic navigation library for Jetpack Compose

<dependency>
    <groupId>ca.gosyer</groupId>
    <artifactId>voyager-bottom-sheet-navigator-android-debug</artifactId>
    <version>1.0.0-rc08</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ca.gosyer : voyager-bottom-sheet-navigator-android-debug to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-rc08
  • Latest Release Candidate: 1.0.0-rc08

All Versions

Choose a version of ca.gosyer : voyager-bottom-sheet-navigator-android-debug to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
voyager-bottom-sheet-navigator-android-debug-1.0.0-rc08
voyager-bottom-sheet-navigator-android-debug-1.0.0-rc07
voyager-bottom-sheet-navigator-android-debug-1.0.0-rc06
voyager-bottom-sheet-navigator-android-debug-1.0.0-rc05
voyager-bottom-sheet-navigator-android-debug-1.0.0-rc04
voyager-bottom-sheet-navigator-android-debug-1.0.0-rc03

How to add a dependency to Maven

Add the following ca.gosyer : voyager-bottom-sheet-navigator-android-debug maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ca.gosyer</groupId>
    <artifactId>voyager-bottom-sheet-navigator-android-debug</artifactId>
    <version>1.0.0-rc08</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ca.gosyer : voyager-bottom-sheet-navigator-android-debug gradle dependency to your build.gradle file:

implementation 'ca.gosyer:voyager-bottom-sheet-navigator-android-debug:1.0.0-rc08'

Gradle Kotlin DSL: Add the following ca.gosyer : voyager-bottom-sheet-navigator-android-debug gradle kotlin dependency to your build.gradle.kts file:

implementation("ca.gosyer:voyager-bottom-sheet-navigator-android-debug:1.0.0-rc08")

How to add a dependency to SBT Scala

SBT Scala: Add the following ca.gosyer : voyager-bottom-sheet-navigator-android-debug sbt scala dependency to your build.sbt file:

libraryDependencies += "ca.gosyer" % "voyager-bottom-sheet-navigator-android-debug" % "1.0.0-rc08"