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