License |
License |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdbootstrap-table |
Version | Version1.16.0 |
Type | Typejar |
Description |
Descriptionbootstrap-table
WebJar for Bootstrap Table
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bootstrap-table-1.16.0.pom | |
bootstrap-table-1.16.0.jar | 1 MB |
bootstrap-table-1.16.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/bootstrap-table/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap-table</artifactId>
<version>1.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/bootstrap-table/
implementation 'org.webjars:bootstrap-table:1.16.0'
// https://jarcasting.com/artifacts/org.webjars/bootstrap-table/
implementation ("org.webjars:bootstrap-table:1.16.0")
'org.webjars:bootstrap-table:jar:1.16.0'
<dependency org="org.webjars" name="bootstrap-table" rev="1.16.0">
<artifact name="bootstrap-table" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='bootstrap-table', version='1.16.0')
)
libraryDependencies += "org.webjars" % "bootstrap-table" % "1.16.0"
[org.webjars/bootstrap-table "1.16.0"]