MVN

org.jetbrains.compose.animation : animation-core

Maven & Gradle

Aug 11, 2023
2 usages
14.7k stars

Compose Animation Core · Animation engine and animation primitives that are the building blocks of the Compose animation library

<dependency>
    <groupId>org.jetbrains.compose.animation</groupId>
    <artifactId>animation-core</artifactId>
    <version>1.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetbrains.compose.animation : animation-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.3
  • Latest Release Candidate: 1.1.0-rc01
  • Latest Beta: 1.5.0-beta02
  • Latest Alpha: 1.1.0-alpha05

All Versions

Choose a version of org.jetbrains.compose.animation : animation-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
animation-core-1.5.0-beta02
animation-core-1.5.0-beta01
1.4.x
animation-core-1.4.3
animation-core-1.4.1
animation-core-1.4.0
1.3.x
animation-core-1.3.1
animation-core-1.3.0
1.2.x
animation-core-1.2.2
animation-core-1.2.1
animation-core-1.2.0
animation-core-1.2.0-beta01
animation-core-1.2.0-alpha01-dev620
animation-core-1.2.0-alpha01-dev609
animation-core-1.2.0-alpha01-dev606
animation-core-1.2.0-alpha01-dev602
1.1.x
animation-core-1.1.1
animation-core-1.1.0
animation-core-1.1.0-rc01
animation-core-1.1.0-alpha05
animation-core-1.1.0-alpha04
animation-core-1.1.0-alpha03
animation-core-1.1.0-alpha02
animation-core-1.1.0-alpha1-dev550
animation-core-1.1.0-alpha1-dev536
1.0.x
animation-core-1.0.1
animation-core-1.0.0
animation-core-1.0.0-rc5
animation-core-1.0.0-rc2
animation-core-1.0.0-beta5

How to add a dependency to Maven

Add the following org.jetbrains.compose.animation : animation-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jetbrains.compose.animation</groupId>
    <artifactId>animation-core</artifactId>
    <version>1.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jetbrains.compose.animation : animation-core gradle dependency to your build.gradle file:

implementation 'org.jetbrains.compose.animation:animation-core:1.4.3'

Gradle Kotlin DSL: Add the following org.jetbrains.compose.animation : animation-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jetbrains.compose.animation:animation-core:1.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jetbrains.compose.animation : animation-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jetbrains.compose.animation" % "animation-core" % "1.4.3"

Advertisement