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