MVN

io.github.raamcosta.compose-destinations : animations-core

Maven & Gradle

Aug 10, 2023
3k stars

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

<dependency>
    <groupId>io.github.raamcosta.compose-destinations</groupId>
    <artifactId>animations-core</artifactId>
    <version>1.9.52</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.raamcosta.compose-destinations : animations-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.52
  • Latest Beta: 1.8.42-beta

All Versions

Choose a version of io.github.raamcosta.compose-destinations : animations-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
animations-core-1.9.52
animations-core-1.9.51
animations-core-1.9.50
animations-core-1.9.42-beta
animations-core-1.9.41-beta
animations-core-1.9.40-beta
animations-core-1.9.39-beta
1.8.x
animations-core-1.8.42-beta
animations-core-1.8.41-beta
animations-core-1.8.39-beta
animations-core-1.8.38-beta
animations-core-1.8.37-beta
animations-core-1.8.36-beta
animations-core-1.8.35-beta
animations-core-1.8.34-beta
animations-core-1.8.33-beta
animations-core-1.8.32-beta
1.7.x
animations-core-1.7.41-beta
animations-core-1.7.38-beta
animations-core-1.7.37-beta
animations-core-1.7.36-beta
animations-core-1.7.35-beta
animations-core-1.7.34-beta
animations-core-1.7.33-beta
animations-core-1.7.32-beta
animations-core-1.7.30-beta
animations-core-1.7.27-beta
animations-core-1.7.26-beta
animations-core-1.7.25-beta
animations-core-1.7.23-beta
animations-core-1.7.22-beta
animations-core-1.7.21-beta
animations-core-1.7.20-beta
animations-core-1.7.19-beta
animations-core-1.7.18-beta
animations-core-1.7.17-beta
animations-core-1.7.16-beta
animations-core-1.7.15-beta
1.6.x
animations-core-1.6.38-beta
animations-core-1.6.37-beta
animations-core-1.6.36-beta
animations-core-1.6.35-beta
animations-core-1.6.34-beta
animations-core-1.6.33-beta
animations-core-1.6.32-beta
animations-core-1.6.30-beta
animations-core-1.6.27-beta
animations-core-1.6.26-beta
animations-core-1.6.25-beta
animations-core-1.6.23-beta
animations-core-1.6.22-beta
animations-core-1.6.20-beta
animations-core-1.6.19-beta
animations-core-1.6.18-beta
animations-core-1.6.17-beta
animations-core-1.6.16-beta
animations-core-1.6.15-beta
animations-core-1.6.14-beta
animations-core-1.6.13-beta
animations-core-1.6.12-beta
1.5.x
animations-core-1.5.38-beta
animations-core-1.5.37-beta
animations-core-1.5.36-beta
animations-core-1.5.35-beta
animations-core-1.5.34-beta
animations-core-1.5.33-beta
animations-core-1.5.32-beta
animations-core-1.5.30-beta
animations-core-1.5.27-beta
animations-core-1.5.26-beta
animations-core-1.5.25-beta
animations-core-1.5.23-beta
animations-core-1.5.22-beta
animations-core-1.5.20-beta
animations-core-1.5.19-beta
animations-core-1.5.18-beta
animations-core-1.5.17-beta
animations-core-1.5.16-beta
animations-core-1.5.15-beta
animations-core-1.5.14-beta
animations-core-1.5.13-beta
animations-core-1.5.12-beta
animations-core-1.5.11-beta
animations-core-1.5.10-beta
animations-core-1.5.9-beta
animations-core-1.5.8-beta
animations-core-1.5.7-beta
animations-core-1.5.6-beta
animations-core-1.5.5-beta
animations-core-1.5.4-beta
animations-core-1.5.3-beta
animations-core-1.5.2-beta
animations-core-1.5.1-beta
animations-core-1.5.0-beta
1.4.x
animations-core-1.4.4-beta
animations-core-1.4.3-beta
animations-core-1.4.2-beta
animations-core-1.4.1-beta
animations-core-1.4.0-beta
1.3.x
animations-core-1.3.5-beta
animations-core-1.3.4-beta
animations-core-1.3.3-beta
animations-core-1.3.2-beta
animations-core-1.3.1-beta
animations-core-1.3.0-beta
1.2.x
animations-core-1.2.2-beta
animations-core-1.2.1-beta
animations-core-1.2.0-beta
1.1.x
animations-core-1.1.6-beta
animations-core-1.1.5-beta
animations-core-1.1.4-beta
animations-core-1.1.3-beta
animations-core-1.1.2-beta
animations-core-1.1.1-beta
animations-core-1.1.0-beta
1.0.x
animations-core-1.0.2-beta
animations-core-1.0.1-beta
animations-core-1.0.0-beta
1.0
animations-core-1.0-beta

How to add a dependency to Maven

Add the following io.github.raamcosta.compose-destinations : animations-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.raamcosta.compose-destinations</groupId>
    <artifactId>animations-core</artifactId>
    <version>1.9.52</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.raamcosta.compose-destinations : animations-core gradle dependency to your build.gradle file:

implementation 'io.github.raamcosta.compose-destinations:animations-core:1.9.52'

Gradle Kotlin DSL: Add the following io.github.raamcosta.compose-destinations : animations-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.raamcosta.compose-destinations:animations-core:1.9.52")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.raamcosta.compose-destinations : animations-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.raamcosta.compose-destinations" % "animations-core" % "1.9.52"