License |
License |
---|---|
GroupId | GroupIdcom.mikhaellopez |
ArtifactId | ArtifactIdrxanimation |
Version | Version2.1.0 |
Type | Typeaar |
Description |
DescriptionCircularImageView
Simple way to animate your views on Android with Rx
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rxanimation-2.1.0.pom | |
rxanimation-2.1.0.aar | 82 KB |
rxanimation-2.1.0-sources.jar | 595 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.mikhaellopez/rxanimation/ -->
<dependency>
<groupId>com.mikhaellopez</groupId>
<artifactId>rxanimation</artifactId>
<version>2.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mikhaellopez/rxanimation/
implementation 'com.mikhaellopez:rxanimation:2.1.0'
// https://jarcasting.com/artifacts/com.mikhaellopez/rxanimation/
implementation ("com.mikhaellopez:rxanimation:2.1.0")
'com.mikhaellopez:rxanimation:aar:2.1.0'
<dependency org="com.mikhaellopez" name="rxanimation" rev="2.1.0">
<artifact name="rxanimation" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mikhaellopez', module='rxanimation', version='2.1.0')
)
libraryDependencies += "com.mikhaellopez" % "rxanimation" % "2.1.0"
[com.mikhaellopez/rxanimation "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.10 |
io.reactivex.rxjava3 : rxjava | jar | 3.0.4 |