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