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