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