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