is not current version
Last Version 1.6.12-beta

core 1.5.5-beta

Annotation processing library for type-safe Jetpack Compose navigation with no boilerplate.

License

License

GroupId

GroupId

io.github.raamcosta.compose-destinations
ArtifactId

ArtifactId

core
Version

Version

1.5.5-beta
Type

Type

aar
Description

Description

core
Annotation processing library for type-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 1.5.5-beta


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

Dependencies

compile (2)

Group / Artifact Type Version
androidx.navigation » navigation-compose jar 2.4.2
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.10

Project Modules

There are no modules declared in this project.