License |
License |
---|---|
GroupId | GroupIdcafe.adriel.voyager |
ArtifactId | ArtifactIdvoyager-kodein |
Last Version | Last Version1.0.0-rc02 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionVoyagerKodein
A pragmatic navigation library for Jetpack Compose
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
voyager-kodein-1.0.0-rc02.pom | |
voyager-kodein-1.0.0-rc02-sources.jar | 1 KB |
voyager-kodein-1.0.0-rc02-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
cafe.adriel.voyager : voyager-core | jar | 1.0.0-rc02 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |