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