License |
License |
---|---|
GroupId | GroupIdio.github.raamcosta.compose-destinations |
ArtifactId | ArtifactIdanimations-core |
Last Version | Last Version1.6.12-beta |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionanimations-core
Annotation processing library for type-safe Jetpack Compose navigation with no boilerplate.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
animations-core-1.6.12-beta.pom | |
animations-core-1.6.12-beta-sources.jar | 5 KB |
animations-core-1.6.12-beta-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.raamcosta.compose-destinations/animations-core/ -->
<dependency>
<groupId>io.github.raamcosta.compose-destinations</groupId>
<artifactId>animations-core</artifactId>
<version>1.6.12-beta</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.raamcosta.compose-destinations/animations-core/
implementation 'io.github.raamcosta.compose-destinations:animations-core:1.6.12-beta'
// https://jarcasting.com/artifacts/io.github.raamcosta.compose-destinations/animations-core/
implementation ("io.github.raamcosta.compose-destinations:animations-core:1.6.12-beta")
'io.github.raamcosta.compose-destinations:animations-core:aar:1.6.12-beta'
<dependency org="io.github.raamcosta.compose-destinations" name="animations-core" rev="1.6.12-beta">
<artifact name="animations-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.raamcosta.compose-destinations', module='animations-core', version='1.6.12-beta')
)
libraryDependencies += "io.github.raamcosta.compose-destinations" % "animations-core" % "1.6.12-beta"
[io.github.raamcosta.compose-destinations/animations-core "1.6.12-beta"]
Group / Artifact | Type | Version |
---|---|---|
io.github.raamcosta.compose-destinations : core | jar | 1.6.12-beta |
com.google.accompanist : accompanist-navigation-material | jar | 0.24.11-rc |
com.google.accompanist : accompanist-navigation-animation | jar | 0.24.11-rc |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.21 |