Download rebound-0.3.7.jar file - Jar r

Jar examples for r:rebound

Description

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

You can download jar file rebound 0.3.7 in this page.

License

BSD 2-Clause License

Build File

You can use the following script to add rebound-0.3.7.jar to your project.

<dependency>
   <groupId>com.facebook.rebound</groupId>
   <artifactId>rebound</artifactId>
   <version>0.3.7</version>
</dependency>
compile group: 'com.facebook.rebound', name: 'rebound', version: '0.3.7'
libraryDependencies += "com.facebook.rebound" % "rebound" % "0.3.7"
<dependency org="com.facebook.rebound" name="rebound" rev="0.3.7"/>
@Grapes(@Grab(group='com.facebook.rebound', module='rebound', version='0.3.7'))
'com.facebook.rebound:rebound:jar:0.3.7'

Download

Click the following link to download the jar file.

rebound-0.3.7-javadoc.jar
rebound-0.3.7-sources.jar
rebound-0.3.7.jar
rebound-0.3.7.pom



Related Tutorials