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