| License |
License |
|---|---|
| GroupId | GroupIdcom.facebook.rebound |
| ArtifactId | ArtifactIdrebound |
| Last Version | Last Version0.3.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRebound
Rebound is a simple spring dynamics animation library for Java and Android applications.
|
| Filename | Size |
|---|---|
| rebound-0.3.8.pom | |
| rebound-0.3.8.jar | 30 KB |
| rebound-0.3.8-sources.jar | 261 bytes |
| rebound-0.3.8-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.rebound/rebound/ -->
<dependency>
<groupId>com.facebook.rebound</groupId>
<artifactId>rebound</artifactId>
<version>0.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.rebound/rebound/
implementation 'com.facebook.rebound:rebound:0.3.8'
// https://jarcasting.com/artifacts/com.facebook.rebound/rebound/
implementation ("com.facebook.rebound:rebound:0.3.8")
'com.facebook.rebound:rebound:jar:0.3.8'
<dependency org="com.facebook.rebound" name="rebound" rev="0.3.8">
<artifact name="rebound" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.rebound', module='rebound', version='0.3.8')
)
libraryDependencies += "com.facebook.rebound" % "rebound" % "0.3.8"
[com.facebook.rebound/rebound "0.3.8"]