| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdtablesorter |
| Version | Version2.28.14 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tablesorter-2.28.14.pom | |
| tablesorter-2.28.14.jar | 358 KB |
| tablesorter-2.28.14-sources.jar | 22 bytes |
| tablesorter-2.28.14-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/tablesorter/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>tablesorter</artifactId>
<version>2.28.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/tablesorter/
implementation 'org.webjars.npm:tablesorter:2.28.14'
// https://jarcasting.com/artifacts/org.webjars.npm/tablesorter/
implementation ("org.webjars.npm:tablesorter:2.28.14")
'org.webjars.npm:tablesorter:jar:2.28.14'
<dependency org="org.webjars.npm" name="tablesorter" rev="2.28.14">
<artifact name="tablesorter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='tablesorter', version='2.28.14')
)
libraryDependencies += "org.webjars.npm" % "tablesorter" % "2.28.14"
[org.webjars.npm/tablesorter "2.28.14"]