Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreact-bootstrap-table |
Version | Version1.2.5 |
Type | Typejar |
Filename | Size |
---|---|
react-bootstrap-table-1.2.5.pom | |
react-bootstrap-table-1.2.5.jar | 1 MB |
react-bootstrap-table-1.2.5-sources.jar | 22 bytes |
react-bootstrap-table-1.2.5-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-bootstrap-table/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>react-bootstrap-table</artifactId>
<version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-bootstrap-table/
implementation 'org.webjars.npm:react-bootstrap-table:1.2.5'
// https://jarcasting.com/artifacts/org.webjars.npm/react-bootstrap-table/
implementation ("org.webjars.npm:react-bootstrap-table:1.2.5")
'org.webjars.npm:react-bootstrap-table:jar:1.2.5'
<dependency org="org.webjars.npm" name="react-bootstrap-table" rev="1.2.5">
<artifact name="react-bootstrap-table" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-bootstrap-table', version='1.2.5')
)
libraryDependencies += "org.webjars.npm" % "react-bootstrap-table" % "1.2.5"
[org.webjars.npm/react-bootstrap-table "1.2.5"]