| GroupId | GroupIdcom.github.andkulikov |
|---|---|
| ArtifactId | ArtifactIdtransitions-everywhere |
| Version | Version1.3.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| transitions-everywhere-1.3.2.pom | |
| transitions-everywhere-1.3.2.aar | 181 KB |
| transitions-everywhere-1.3.2-sources.jar | 125 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.andkulikov/transitions-everywhere/ -->
<dependency>
<groupId>com.github.andkulikov</groupId>
<artifactId>transitions-everywhere</artifactId>
<version>1.3.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.andkulikov/transitions-everywhere/
implementation 'com.github.andkulikov:transitions-everywhere:1.3.2'
// https://jarcasting.com/artifacts/com.github.andkulikov/transitions-everywhere/
implementation ("com.github.andkulikov:transitions-everywhere:1.3.2")
'com.github.andkulikov:transitions-everywhere:aar:1.3.2'
<dependency org="com.github.andkulikov" name="transitions-everywhere" rev="1.3.2">
<artifact name="transitions-everywhere" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.andkulikov', module='transitions-everywhere', version='1.3.2')
)
libraryDependencies += "com.github.andkulikov" % "transitions-everywhere" % "1.3.2"
[com.github.andkulikov/transitions-everywhere "1.3.2"]