| License |
License |
|---|---|
| GroupId | GroupIdcom.guerwan |
| ArtifactId | ArtifactIdtransition |
| Version | Version1.0 |
| Type | Typepom |
| Description |
DescriptionAndroid Transition Backport
Backport of the Android transition framework introduced with Android KitKat.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| 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"]