Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreactstrap |
Version | Version6.5.0 |
Type | Typejar |
Filename | Size |
---|---|
reactstrap-6.5.0.pom | |
reactstrap-6.5.0.jar | 1021 KB |
reactstrap-6.5.0-sources.jar | 22 bytes |
reactstrap-6.5.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/reactstrap/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>reactstrap</artifactId>
<version>6.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/reactstrap/
implementation 'org.webjars.npm:reactstrap:6.5.0'
// https://jarcasting.com/artifacts/org.webjars.npm/reactstrap/
implementation ("org.webjars.npm:reactstrap:6.5.0")
'org.webjars.npm:reactstrap:jar:6.5.0'
<dependency org="org.webjars.npm" name="reactstrap" rev="6.5.0">
<artifact name="reactstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='reactstrap', version='6.5.0')
)
libraryDependencies += "org.webjars.npm" % "reactstrap" % "6.5.0"
[org.webjars.npm/reactstrap "6.5.0"]