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