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