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