| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.facebook.rebound |
| Идентификатор | Идентификаторrebound |
| Последняя версия | Последняя версия0.3.8 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеRebound
Rebound is a simple spring dynamics animation library for Java and Android applications.
|
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]