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