MVN

com.github.kaichunlin.transition : core

Maven & Gradle

Jan 17, 2016
2 usages
613 stars

Android Transition · Allows the easy creation of animated transition effects when the state of Android UI has changed

<dependency>
    <groupId>com.github.kaichunlin.transition</groupId>
    <artifactId>core</artifactId>
    <version>0.9.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.kaichunlin.transition : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.5
  • Latest Beta: 0.9.0-beta

All Versions

Choose a version of com.github.kaichunlin.transition : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
core-0.9.5
core-0.9.4
core-0.9.3
core-0.9.2
core-0.9.1
core-0.9.0
core-0.9.0-beta
0.8.x
core-0.8.3
core-0.8.2
core-0.8.1
core-0.8.0

How to add a dependency to Maven

Add the following com.github.kaichunlin.transition : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.kaichunlin.transition</groupId>
    <artifactId>core</artifactId>
    <version>0.9.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.kaichunlin.transition : core gradle dependency to your build.gradle file:

implementation 'com.github.kaichunlin.transition:core:0.9.5'

Gradle Kotlin DSL: Add the following com.github.kaichunlin.transition : core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.kaichunlin.transition:core:0.9.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.kaichunlin.transition : core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.kaichunlin.transition" % "core" % "0.9.5"

Advertisement

Dependencies from Group

Discover Dependencies

Jul 06, 2017
1 usages
1 stars
Sep 05, 2019
1 usages
2.4k stars
Oct 29, 2017
1 usages
36 stars
Nov 16, 2016
2 usages
357 stars
api
Jun 06, 2015
1 usages
119 stars
Feb 09, 2016
2 usages
2 stars
Oct 20, 2022
52 stars
May 01, 2017
2 usages
78 stars