| License |
License |
|---|---|
| GroupId | GroupIdcom.github.andkulikov |
| ArtifactId | ArtifactIdtransitions-everywhere |
| Version | Version1.4.0 |
| Type | Typeaar |
| Description |
DescriptionTransitions Everywhere
Backport of Transitions API from Android KitKat and Lollipop. Compatible with Android 2.2+
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| transitions-everywhere-1.4.0.pom | |
| transitions-everywhere-1.4.0.aar | 184 KB |
| transitions-everywhere-1.4.0-sources.jar | 126 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.andkulikov/transitions-everywhere/ -->
<dependency>
<groupId>com.github.andkulikov</groupId>
<artifactId>transitions-everywhere</artifactId>
<version>1.4.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.andkulikov/transitions-everywhere/
implementation 'com.github.andkulikov:transitions-everywhere:1.4.0'
// https://jarcasting.com/artifacts/com.github.andkulikov/transitions-everywhere/
implementation ("com.github.andkulikov:transitions-everywhere:1.4.0")
'com.github.andkulikov:transitions-everywhere:aar:1.4.0'
<dependency org="com.github.andkulikov" name="transitions-everywhere" rev="1.4.0">
<artifact name="transitions-everywhere" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.andkulikov', module='transitions-everywhere', version='1.4.0')
)
libraryDependencies += "com.github.andkulikov" % "transitions-everywhere" % "1.4.0"
[com.github.andkulikov/transitions-everywhere "1.4.0"]