is not current version
Last Version 0.3.8

com.facebook.rebound:rebound 0.3.5

Rebound is a simple spring dynamics animation library for Java and Android applications.

GroupId

GroupId

com.facebook.rebound
ArtifactId

ArtifactId

rebound
Version

Version

0.3.5
Type

Type

jar

Download rebound 0.3.5


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