r

rebound

Rebound is a simple spring dynamics animation library for Java and Android applications.
http://facebook.github.io/rebound
BSD 2-Clause License
Will Bailey
Files download
File Operation
rebound-0.3.2.jar download
rebound-0.3.2.pom download
rebound-0.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.facebook.rebound</groupId>
  <artifactId>rebound</artifactId>
  <version>0.3.2</version>
</dependency>
Gradle Groovy
implementation 'com.facebook.rebound:rebound:0.3.2'
Gradle Kotlin
implementation("com.facebook.rebound:rebound:0.3.2")
Scala SBT
libraryDependencies += "com.facebook.rebound" % "rebound" % "0.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.facebook.rebound', module='rebound', version='0.3.2')
)
Apache Ivy
<dependency org="com.facebook.rebound" name="rebound" rev="0.3.2" />
Leiningen
[com.facebook.rebound/rebound "0.3.2"]
Apache Buildr
'com.facebook.rebound:rebound:jar:0.3.2'
Dependencies
The project has no third-party dependencies