MVN

io.github.fornewid : material-motion-compose-core

Maven & Gradle

Aug 12, 2023
537 stars

Material Motion Compose Core · Material Motion for Jetpack Compose

<dependency>
    <groupId>io.github.fornewid</groupId>
    <artifactId>material-motion-compose-core</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.fornewid : material-motion-compose-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6
  • Latest Release Candidate: 0.9.0-rc03
  • Latest Beta: 0.10.2-beta
  • Latest Alpha: 0.11.0-alpha

All Versions

Choose a version of io.github.fornewid : material-motion-compose-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
material-motion-compose-core-1.0.6
material-motion-compose-core-1.0.5
material-motion-compose-core-1.0.4
material-motion-compose-core-1.0.3
material-motion-compose-core-1.0.2
material-motion-compose-core-1.0.1
material-motion-compose-core-1.0.0
0.12.x
material-motion-compose-core-0.12.3
material-motion-compose-core-0.12.2
material-motion-compose-core-0.12.1
material-motion-compose-core-0.12.0
0.11.x
material-motion-compose-core-0.11.3
material-motion-compose-core-0.11.2
material-motion-compose-core-0.11.1
material-motion-compose-core-0.11.0-alpha
0.10.x
material-motion-compose-core-0.10.4
material-motion-compose-core-0.10.3
material-motion-compose-core-0.10.2-beta
material-motion-compose-core-0.10.1-alpha
material-motion-compose-core-0.10.0-alpha
0.9.x
material-motion-compose-core-0.9.1
material-motion-compose-core-0.9.0
material-motion-compose-core-0.9.0-rc03
material-motion-compose-core-0.9.0-rc02
material-motion-compose-core-0.9.0-rc01
material-motion-compose-core-0.9.0-beta03
material-motion-compose-core-0.9.0-beta02
material-motion-compose-core-0.9.0-beta01
material-motion-compose-core-0.9.0-alpha09
0.8.x
material-motion-compose-core-0.8.4
material-motion-compose-core-0.8.3

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.fornewid</groupId>
    <artifactId>material-motion-compose-core</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.fornewid : material-motion-compose-core gradle dependency to your build.gradle file:

implementation 'io.github.fornewid:material-motion-compose-core:1.0.6'

Gradle Kotlin DSL: Add the following io.github.fornewid : material-motion-compose-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.fornewid:material-motion-compose-core:1.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.fornewid : material-motion-compose-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.fornewid" % "material-motion-compose-core" % "1.0.6"