MVN

io.github.gentle-hilt : voyager-hilt

Maven & Gradle

Aug 07, 2023
0 stars

VoyagerHilt · A pragmatic navigation library for Jetpack Compose

<dependency>
    <groupId>io.github.gentle-hilt</groupId>
    <artifactId>voyager-hilt</artifactId>
    <version>12.0.0-rc06</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.gentle-hilt : voyager-hilt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 12.0.0-rc06
  • Latest Release Candidate: 12.0.0-rc06

All Versions

Choose a version of io.github.gentle-hilt : voyager-hilt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
12.0.x
voyager-hilt-12.0.0-rc06
11.0.x
voyager-hilt-11.0.0-rc06
10.0.x
voyager-hilt-10.0.0-rc06

How to add a dependency to Maven

Add the following io.github.gentle-hilt : voyager-hilt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.gentle-hilt</groupId>
    <artifactId>voyager-hilt</artifactId>
    <version>12.0.0-rc06</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.gentle-hilt : voyager-hilt gradle dependency to your build.gradle file:

implementation 'io.github.gentle-hilt:voyager-hilt:12.0.0-rc06'

Gradle Kotlin DSL: Add the following io.github.gentle-hilt : voyager-hilt gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.gentle-hilt:voyager-hilt:12.0.0-rc06")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.gentle-hilt : voyager-hilt sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.gentle-hilt" % "voyager-hilt" % "12.0.0-rc06"