| GroupId | GroupIdorg.webjars.npm | 
|---|---|
| ArtifactId | ArtifactIdng2-table | 
| Version | Version1.0.2 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| ng2-table-1.0.2.pom | |
| ng2-table-1.0.2.jar | 39 KB | 
| ng2-table-1.0.2-sources.jar | 22 bytes | 
| ng2-table-1.0.2-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>1.0.2</version>
</dependency>// https://jarcasting.com/artifacts/org.webjars.npm/ng2-table/
implementation 'org.webjars.npm:ng2-table:1.0.2'// https://jarcasting.com/artifacts/org.webjars.npm/ng2-table/
implementation ("org.webjars.npm:ng2-table:1.0.2")'org.webjars.npm:ng2-table:jar:1.0.2'<dependency org="org.webjars.npm" name="ng2-table" rev="1.0.2">
  <artifact name="ng2-table" type="jar" />
</dependency>@Grapes(
@Grab(group='org.webjars.npm', module='ng2-table', version='1.0.2')
)libraryDependencies += "org.webjars.npm" % "ng2-table" % "1.0.2"[org.webjars.npm/ng2-table "1.0.2"]