c

core

Allows the easy creation of animated transition effects when the state of Android UI has changed
https://github.com/kaichunlin/android-transition
The Apache Software License, Version 2.0
Kai-Chun Lin
文件下载
文件名 操作
core-0.9.0-beta.pom 下载
core-0.9.0-beta-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.kaichunlin.transition</groupId>
  <artifactId>core</artifactId>
  <version>0.9.0-beta</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.kaichunlin.transition:core:0.9.0-beta'
Gradle Kotlin
implementation("com.github.kaichunlin.transition:core:0.9.0-beta")
Scala SBT
libraryDependencies += "com.github.kaichunlin.transition" % "core" % "0.9.0-beta"
Groovy Grape
@Grapes(
  @Grab(group='com.github.kaichunlin.transition', module='core', version='0.9.0-beta')
)
Apache Ivy
<dependency org="com.github.kaichunlin.transition" name="core" rev="0.9.0-beta" />
Leiningen
[com.github.kaichunlin.transition/core "0.9.0-beta"]
Apache Buildr
'com.github.kaichunlin.transition:core:jar:0.9.0-beta'