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