is not current version
Last Version 1.6.12-beta

core 0.9.4-beta

Small code generating library for safe Jetpack Compose navigation with no boilerplate.

License

License

GroupId

GroupId

io.github.raamcosta.compose-destinations
ArtifactId

ArtifactId

core
Version

Version

0.9.4-beta
Type

Type

aar
Description

Description

core
Small code generating library for safe Jetpack Compose navigation with no boilerplate.
Project URL

Project URL

https://github.com/raamcosta/compose-destinations
Source Code Management

Source Code Management

https://github.com/raamcosta/compose-destinations.git

Download core 0.9.4-beta


<!-- https://jarcasting.com/artifacts/io.github.raamcosta.compose-destinations/core/ -->
<dependency>
    <groupId>io.github.raamcosta.compose-destinations</groupId>
    <artifactId>core</artifactId>
    <version>0.9.4-beta</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.raamcosta.compose-destinations/core/
implementation 'io.github.raamcosta.compose-destinations:core:0.9.4-beta'
// https://jarcasting.com/artifacts/io.github.raamcosta.compose-destinations/core/
implementation ("io.github.raamcosta.compose-destinations:core:0.9.4-beta")
'io.github.raamcosta.compose-destinations:core:aar:0.9.4-beta'
<dependency org="io.github.raamcosta.compose-destinations" name="core" rev="0.9.4-beta">
  <artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.raamcosta.compose-destinations', module='core', version='0.9.4-beta')
)
libraryDependencies += "io.github.raamcosta.compose-destinations" % "core" % "0.9.4-beta"
[io.github.raamcosta.compose-destinations/core "0.9.4-beta"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.31

runtime (1)

Group / Artifact Type Version
androidx.navigation » navigation-compose jar 2.4.0-beta02

Project Modules

There are no modules declared in this project.