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