Last Version

Android Transition Backport 1.0

Backport of the Android transition framework introduced with Android KitKat.

License

License

GroupId

GroupId

com.guerwan
ArtifactId

ArtifactId

transition
Version

Version

1.0
Type

Type

pom
Description

Description

Android Transition Backport
Backport of the Android transition framework introduced with Android KitKat.
Project URL

Project URL

https://github.com/guerwan/TransitionsBackport
Project Organization

Project Organization

Stéphane Guérin
Source Code Management

Source Code Management

https://github.com/guerwan/TransitionsBackport/

Download transition 1.0

Filename Size
transition-1.0.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.guerwan/transition/ -->
<dependency>
    <groupId>com.guerwan</groupId>
    <artifactId>transition</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.guerwan/transition/
implementation 'com.guerwan:transition:1.0'
// https://jarcasting.com/artifacts/com.guerwan/transition/
implementation ("com.guerwan:transition:1.0")
'com.guerwan:transition:pom:1.0'
<dependency org="com.guerwan" name="transition" rev="1.0">
  <artifact name="transition" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.guerwan', module='transition', version='1.0')
)
libraryDependencies += "com.guerwan" % "transition" % "1.0"
[com.guerwan/transition "1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • library
  • TransitionSample