| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки |
|---|---|
| Группа | Группаorg.webjars |
| Идентификатор | Идентификаторreact-motion |
| Версия | Версия0.3.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| react-motion-0.3.0.pom | |
| react-motion-0.3.0.jar | 33 KB |
| react-motion-0.3.0-javadoc.jar | 30 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars/react-motion/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>react-motion</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/react-motion/
implementation 'org.webjars:react-motion:0.3.0'
// https://jarcasting.com/artifacts/org.webjars/react-motion/
implementation ("org.webjars:react-motion:0.3.0")
'org.webjars:react-motion:jar:0.3.0'
<dependency org="org.webjars" name="react-motion" rev="0.3.0">
<artifact name="react-motion" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='react-motion', version='0.3.0')
)
libraryDependencies += "org.webjars" % "react-motion" % "0.3.0"
[org.webjars/react-motion "0.3.0"]