GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdbootstrap-table |
Version | Version1.9.1 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-table-1.9.1.pom | |
bootstrap-table-1.9.1.jar | 172 KB |
bootstrap-table-1.9.1-javadoc.jar | 155 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/bootstrap-table/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap-table</artifactId>
<version>1.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/bootstrap-table/
implementation 'org.webjars:bootstrap-table:1.9.1'
// https://jarcasting.com/artifacts/org.webjars/bootstrap-table/
implementation ("org.webjars:bootstrap-table:1.9.1")
'org.webjars:bootstrap-table:jar:1.9.1'
<dependency org="org.webjars" name="bootstrap-table" rev="1.9.1">
<artifact name="bootstrap-table" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='bootstrap-table', version='1.9.1')
)
libraryDependencies += "org.webjars" % "bootstrap-table" % "1.9.1"
[org.webjars/bootstrap-table "1.9.1"]