GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdng-grid |
Version | Version2.0.13 |
Type | Typejar |
Filename | Size |
---|---|
ng-grid-2.0.13.pom | |
ng-grid-2.0.13.jar | 70 KB |
ng-grid-2.0.13-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/ng-grid/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>ng-grid</artifactId>
<version>2.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/ng-grid/
implementation 'org.webjars:ng-grid:2.0.13'
// https://jarcasting.com/artifacts/org.webjars/ng-grid/
implementation ("org.webjars:ng-grid:2.0.13")
'org.webjars:ng-grid:jar:2.0.13'
<dependency org="org.webjars" name="ng-grid" rev="2.0.13">
<artifact name="ng-grid" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='ng-grid', version='2.0.13')
)
libraryDependencies += "org.webjars" % "ng-grid" % "2.0.13"
[org.webjars/ng-grid "2.0.13"]