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