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.2.pom 下载
core-0.9.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.kaichunlin.transition</groupId>
  <artifactId>core</artifactId>
  <version>0.9.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.kaichunlin.transition:core:0.9.2'
Gradle Kotlin
implementation("com.github.kaichunlin.transition:core:0.9.2")
Scala SBT
libraryDependencies += "com.github.kaichunlin.transition" % "core" % "0.9.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.kaichunlin.transition', module='core', version='0.9.2')
)
Apache Ivy
<dependency org="com.github.kaichunlin.transition" name="core" rev="0.9.2" />
Leiningen
[com.github.kaichunlin.transition/core "0.9.2"]
Apache Buildr
'com.github.kaichunlin.transition:core:jar:0.9.2'