VoyagerKodein

A pragmatic navigation library for Jetpack Compose

License

License

GroupId

GroupId

cafe.adriel.voyager
ArtifactId

ArtifactId

voyager-kodein
Last Version

Last Version

1.0.0-rc02
Release Date

Release Date

Type

Type

aar
Description

Description

VoyagerKodein
A pragmatic navigation library for Jetpack Compose
Project URL

Project URL

https://github.com/adrielcafe/voyager
Source Code Management

Source Code Management

https://github.com/adrielcafe/voyager

Download voyager-kodein

How to add to project

<!-- https://jarcasting.com/artifacts/cafe.adriel.voyager/voyager-kodein/ -->
<dependency>
    <groupId>cafe.adriel.voyager</groupId>
    <artifactId>voyager-kodein</artifactId>
    <version>1.0.0-rc02</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cafe.adriel.voyager/voyager-kodein/
implementation 'cafe.adriel.voyager:voyager-kodein:1.0.0-rc02'
// https://jarcasting.com/artifacts/cafe.adriel.voyager/voyager-kodein/
implementation ("cafe.adriel.voyager:voyager-kodein:1.0.0-rc02")
'cafe.adriel.voyager:voyager-kodein:aar:1.0.0-rc02'
<dependency org="cafe.adriel.voyager" name="voyager-kodein" rev="1.0.0-rc02">
  <artifact name="voyager-kodein" type="aar" />
</dependency>
@Grapes(
@Grab(group='cafe.adriel.voyager', module='voyager-kodein', version='1.0.0-rc02')
)
libraryDependencies += "cafe.adriel.voyager" % "voyager-kodein" % "1.0.0-rc02"
[cafe.adriel.voyager/voyager-kodein "1.0.0-rc02"]

Dependencies

runtime (2)

Group / Artifact Type Version
cafe.adriel.voyager : voyager-core jar 1.0.0-rc02
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-rc02
1.0.0-rc01
1.0.0-beta16
1.0.0-beta15
1.0.0-beta14
1.0.0-beta13
1.0.0-beta12
1.0.0-beta11
1.0.0-beta10